Uses of Class
eu.europa.esig.dss.policy.jaxb.TimeConstraint
Packages that use TimeConstraint
Package
Description
-
Uses of TimeConstraint in eu.europa.esig.dss.policy
Methods in eu.europa.esig.dss.policy that return TimeConstraintModifier 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 otherwiseMethods in eu.europa.esig.dss.policy with parameters of type TimeConstraintModifier 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
Fields in eu.europa.esig.dss.policy.jaxb declared as TimeConstraintModifier and TypeFieldDescriptionprotected TimeConstraint
CertificateConstraints.revocationFreshness
protected TimeConstraint
TimestampConstraints.timestampDelay
protected TimeConstraint
EIDAS.tlFreshness
Methods in eu.europa.esig.dss.policy.jaxb that return TimeConstraintModifier 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.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type TimeConstraintModifier 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
Constructors in eu.europa.esig.dss.validation.process.bbb.xcv.rfc.checks with parameters of type TimeConstraintModifierConstructorDescriptionRevocationDataFreshCheck
(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
Constructors in eu.europa.esig.dss.validation.process.qualification.trust.checks with parameters of type TimeConstraintModifierConstructorDescriptionTLFreshnessCheck
(I18nProvider i18nProvider, XmlTLAnalysis result, XmlTrustedList currentTL, Date currentTime, TimeConstraint timeConstraint) Default constructor -
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 TimeConstraintModifierConstructorDescriptionTimestampDelayCheck
(I18nProvider i18nProvider, XmlValidationProcessLongTermData result, SignatureWrapper signature, Date bestSignatureTime, TimeConstraint timeConstraint) Default constructor