Uses of Class
eu.europa.esig.dss.policy.jaxb.TimeConstraint
Package
Description
-
Uses of TimeConstraint in eu.europa.esig.dss.policy
Modifier and TypeMethodDescriptionEtsiValidationPolicy.getRevocationFreshnessConstraint
(Context context, SubContext subContext) ValidationPolicy.getRevocationFreshnessConstraint
(Context context, SubContext subContext) Returns revocation data's freshness constraintEtsiValidationPolicy.getTimestampDelayConstraint()
ValidationPolicy.getTimestampDelayConstraint()
Returns TimestampDelay constraint if present in the policy, null otherwiseEtsiValidationPolicy.getTLFreshnessConstraint()
ValidationPolicy.getTLFreshnessConstraint()
Returns TLFreshness constraint if present in the policy, null otherwiseModifier and TypeMethodDescriptionstatic long
RuleUtils.convertDuration
(TimeConstraint timeConstraint) Converts theTimeConstraint
to the corresponding long time value in milliseconds -
Uses of TimeConstraint in eu.europa.esig.dss.policy.jaxb
Modifier and TypeFieldDescriptionprotected TimeConstraint
CertificateConstraints.revocationFreshness
protected TimeConstraint
TimestampConstraints.timestampDelay
protected TimeConstraint
EIDAS.tlFreshness
Modifier and TypeMethodDescriptionObjectFactory.createTimeConstraint()
Create an instance ofTimeConstraint
CertificateConstraints.getRevocationFreshness()
Gets the value of the revocationFreshness property.TimestampConstraints.getTimestampDelay()
Gets the value of the timestampDelay property.EIDAS.getTLFreshness()
Gets the value of the tlFreshness property.Modifier and TypeMethodDescriptionvoid
CertificateConstraints.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
ModifierConstructorDescriptionRevocationDataFreshCheck
(I18nProvider i18nProvider, XmlRFC result, RevocationWrapper revocationData, Date validationDate, TimeConstraint constraint) Default constructor -
Uses of TimeConstraint in eu.europa.esig.dss.validation.process.qualification.trust.checks
ModifierConstructorDescriptionTLFreshnessCheck
(I18nProvider i18nProvider, XmlTLAnalysis result, XmlTrustedList currentTL, Date currentTime, TimeConstraint timeConstraint) Default constructor -
Uses of TimeConstraint in eu.europa.esig.dss.validation.process.vpfltvd.checks
ModifierConstructorDescriptionTimestampDelayCheck
(I18nProvider i18nProvider, XmlValidationProcessLongTermData result, SignatureWrapper signature, Date bestSignatureTime, TimeConstraint timeConstraint) Default constructor