Uses of Class
eu.europa.esig.dss.policy.jaxb.CertificateValuesConstraint
Packages that use CertificateValuesConstraint
Package
Description
-
Uses of CertificateValuesConstraint in eu.europa.esig.dss.policy
Methods in eu.europa.esig.dss.policy that return CertificateValuesConstraintModifier and TypeMethodDescriptionEtsiValidationPolicy.getRevocationDataSkipConstraint(Context context, SubContext subContext) ValidationPolicy.getRevocationDataSkipConstraint(Context context, SubContext subContext) Returns RevocationDataSkip constraint if present in the policy, null otherwise -
Uses of CertificateValuesConstraint in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as CertificateValuesConstraintModifier and TypeFieldDescriptionprotected CertificateValuesConstraintCertificateConstraints.revocationDataSkipMethods in eu.europa.esig.dss.policy.jaxb that return CertificateValuesConstraintModifier and TypeMethodDescriptionObjectFactory.createCertificateValuesConstraint()Create an instance ofCertificateValuesConstraintCertificateConstraints.getRevocationDataSkip()Gets the value of the revocationDataSkip property.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type CertificateValuesConstraintModifier and TypeMethodDescriptionvoidCertificateConstraints.setRevocationDataSkip(CertificateValuesConstraint value) Sets the value of the revocationDataSkip property. -
Uses of CertificateValuesConstraint in eu.europa.esig.dss.validation.process.bbb
Constructors in eu.europa.esig.dss.validation.process.bbb with parameters of type CertificateValuesConstraintModifierConstructorDescriptionprotectedAbstractCertificateCheckItem(I18nProvider i18nProvider, T result, CertificateWrapper certificate, CertificateValuesConstraint constraint) Default constructor with IdprotectedAbstractCertificateCheckItem(I18nProvider i18nProvider, T result, CertificateValuesConstraint constraint) Default constructor -
Uses of CertificateValuesConstraint in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks
Constructors in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks with parameters of type CertificateValuesConstraintModifierConstructorDescriptionRevocationDataRequiredCheck(I18nProvider i18nProvider, T result, CertificateWrapper certificate, CertificateValuesConstraint constraint) Default constructor