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 TimeConstraintEtsiValidationPolicy. getRevocationFreshnessConstraint()TimeConstraintValidationPolicy. getRevocationFreshnessConstraint()TimeConstraintEtsiValidationPolicy. getTimestampDelayConstraint()TimeConstraintValidationPolicy. getTimestampDelayConstraint()TimeConstraintEtsiValidationPolicy. getTLFreshnessConstraint()TimeConstraintValidationPolicy. getTLFreshnessConstraint()Methods in eu.europa.esig.dss.policy with parameters of type TimeConstraint Modifier and Type Method Description static longRuleUtils. 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 TimeConstraintRevocationConstraints. revocationFreshnessprotected TimeConstraintTimestampConstraints. timestampDelayprotected TimeConstraintEIDAS. tlFreshnessMethods in eu.europa.esig.dss.policy.jaxb that return TimeConstraint Modifier and Type Method Description TimeConstraintObjectFactory. createTimeConstraint()Create an instance ofTimeConstraintTimeConstraintRevocationConstraints. getRevocationFreshness()Gets the value of the revocationFreshness property.TimeConstraintTimestampConstraints. getTimestampDelay()Gets the value of the timestampDelay property.TimeConstraintEIDAS. 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 voidRevocationConstraints. 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. -
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(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(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(XmlValidationProcessLongTermData result, SignatureWrapper signature, Date bestSignatureTime, TimeConstraint timeConstraint)
-