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()Returns RevocationFreshness constraint if present in the policy, null otherwiseTimeConstraintEtsiValidationPolicy. getTimestampDelayConstraint()TimeConstraintValidationPolicy. getTimestampDelayConstraint()Returns TimestampDelay constraint if present in the policy, null otherwiseTimeConstraintEtsiValidationPolicy. getTLFreshnessConstraint()TimeConstraintValidationPolicy. getTLFreshnessConstraint()Returns TLFreshness constraint if present in the policy, null otherwiseMethods in eu.europa.esig.dss.policy with parameters of type TimeConstraint Modifier and Type Method Description static longRuleUtils. convertDuration(TimeConstraint timeConstraint)Converts theTimeConstraintto 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 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(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 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)Default constructor