Uses of Class
eu.europa.esig.dss.policy.jaxb.TimeConstraint
Packages that use TimeConstraint
-
Uses of TimeConstraint in eu.europa.esig.dss.policy
Methods in eu.europa.esig.dss.policy with parameters of type TimeConstraintModifier and TypeMethodDescriptionstatic longRuleUtils.convertDuration(TimeConstraint timeConstraint) Converts theTimeConstraintto the corresponding long time value in millisecondsConstructors in eu.europa.esig.dss.policy with parameters of type TimeConstraintModifierConstructorDescriptionTimeConstraintWrapper(TimeConstraint constraint) Default constructor -
Uses of TimeConstraint in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as TimeConstraintModifier and TypeFieldDescriptionprotected TimeConstraintCertificateConstraints.revocationFreshnessprotected TimeConstraintTimestampConstraints.timestampDelayprotected TimeConstraintEIDAS.tlFreshnessMethods in eu.europa.esig.dss.policy.jaxb that return TimeConstraintModifier and TypeMethodDescriptionObjectFactory.createTimeConstraint()Create an instance ofTimeConstraintCertificateConstraints.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 TypeMethodDescriptionvoidCertificateConstraints.setRevocationFreshness(TimeConstraint value) Sets the value of the revocationFreshness property.voidTimestampConstraints.setTimestampDelay(TimeConstraint value) Sets the value of the timestampDelay property.voidEIDAS.setTLFreshness(TimeConstraint value) Sets the value of the tlFreshness property.