Uses of Class
eu.europa.esig.dss.policy.jaxb.TimeConstraint
-
Uses of TimeConstraint in eu.europa.esig.dss.policy
Methods in eu.europa.esig.dss.policy that return TimeConstraint Modifier and Type Method Description TimeConstraint
EtsiValidationPolicy. getRevocationFreshnessConstraint()
TimeConstraint
ValidationPolicy. getRevocationFreshnessConstraint()
TimeConstraint
EtsiValidationPolicy. getTimestampDelayConstraint()
TimeConstraint
ValidationPolicy. getTimestampDelayConstraint()
TimeConstraint
EtsiValidationPolicy. getTLFreshnessConstraint()
TimeConstraint
ValidationPolicy. getTLFreshnessConstraint()
Methods in eu.europa.esig.dss.policy with parameters of type TimeConstraint Modifier and Type Method Description static long
RuleUtils. convertDuration(TimeConstraint timeConstraint)
-
Uses of TimeConstraint in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as TimeConstraint Modifier and Type Field Description protected TimeConstraint
RevocationConstraints. revocationFreshness
protected TimeConstraint
TimestampConstraints. timestampDelay
protected TimeConstraint
EIDAS. tlFreshness
Methods in eu.europa.esig.dss.policy.jaxb that return TimeConstraint Modifier and Type Method Description TimeConstraint
ObjectFactory. createTimeConstraint()
Create an instance ofTimeConstraint
TimeConstraint
RevocationConstraints. getRevocationFreshness()
Gets the value of the revocationFreshness property.TimeConstraint
TimestampConstraints. getTimestampDelay()
Gets the value of the timestampDelay property.TimeConstraint
EIDAS. getTLFreshness()
Gets the value of the tlFreshness property.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type TimeConstraint Modifier and Type Method Description void
RevocationConstraints. setRevocationFreshness(TimeConstraint value)
Sets the value of the revocationFreshness property.void
TimestampConstraints. setTimestampDelay(TimeConstraint value)
Sets the value of the timestampDelay property.void
EIDAS. setTLFreshness(TimeConstraint value)
Sets the value of the tlFreshness property. -
Uses of TimeConstraint in eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks
Constructors in eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks with parameters of type TimeConstraint Constructor Description RevocationDataFreshCheck(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, Date validationDate, TimeConstraint constraint)
-
Uses of TimeConstraint in eu.europa.esig.dss.validation.process.qualification.trust.checks
Constructors in eu.europa.esig.dss.validation.process.qualification.trust.checks with parameters of type TimeConstraint Constructor Description TLFreshnessCheck(I18nProvider i18nProvider, XmlTLAnalysis result, XmlTrustedList currentTL, Date currentTime, TimeConstraint timeConstraint)
-
Uses of TimeConstraint in eu.europa.esig.dss.validation.process.vpfltvd.checks
Constructors in eu.europa.esig.dss.validation.process.vpfltvd.checks with parameters of type TimeConstraint Constructor Description TimestampDelayCheck(I18nProvider i18nProvider, XmlValidationProcessLongTermData result, SignatureWrapper signature, Date bestSignatureTime, TimeConstraint timeConstraint)