Uses of Class
eu.europa.esig.dss.policy.jaxb.CryptographicConstraint
-
Uses of CryptographicConstraint in eu.europa.esig.dss.policy
Methods in eu.europa.esig.dss.policy that return CryptographicConstraint Modifier and Type Method Description CryptographicConstraint
EtsiValidationPolicy. getCertificateCryptographicConstraint(Context context, SubContext subContext)
CryptographicConstraint
ValidationPolicy. getCertificateCryptographicConstraint(Context context, SubContext subContext)
This method creates theSignatureCryptographicConstraint
corresponding to the context parameter.CryptographicConstraint
EtsiValidationPolicy. getCryptographic()
CryptographicConstraint
ValidationPolicy. getCryptographic()
CryptographicConstraint
EtsiValidationPolicy. getDefaultCryptographicConstraint()
CryptographicConstraint
EtsiValidationPolicy. getSignatureCryptographicConstraint(Context context)
CryptographicConstraint
ValidationPolicy. getSignatureCryptographicConstraint(Context context)
This method creates theSignatureCryptographicConstraint
corresponding to the context parameter. -
Uses of CryptographicConstraint in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as CryptographicConstraint Modifier and Type Field Description protected CryptographicConstraint
BasicSignatureConstraints. cryptographic
protected CryptographicConstraint
CertificateConstraints. cryptographic
protected CryptographicConstraint
ConstraintsParameters. cryptographic
Methods in eu.europa.esig.dss.policy.jaxb that return CryptographicConstraint Modifier and Type Method Description CryptographicConstraint
ObjectFactory. createCryptographicConstraint()
Create an instance ofCryptographicConstraint
CryptographicConstraint
BasicSignatureConstraints. getCryptographic()
Gets the value of the cryptographic property.CryptographicConstraint
CertificateConstraints. getCryptographic()
Gets the value of the cryptographic property.CryptographicConstraint
ConstraintsParameters. getCryptographic()
Gets the value of the cryptographic property.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type CryptographicConstraint Modifier and Type Method Description void
BasicSignatureConstraints. setCryptographic(CryptographicConstraint value)
Sets the value of the cryptographic property.void
CertificateConstraints. setCryptographic(CryptographicConstraint value)
Sets the value of the cryptographic property.void
ConstraintsParameters. setCryptographic(CryptographicConstraint value)
Sets the value of the cryptographic property. -
Uses of CryptographicConstraint in eu.europa.esig.dss.validation.process.bbb.sav.checks
Methods in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type CryptographicConstraint Modifier and Type Method Description protected boolean
AbstractCryptographicCheck. isExpirationDateAvailable(CryptographicConstraint constraint)
Constructors in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type CryptographicConstraint Constructor Description AbstractCryptographicCheck(I18nProvider i18nProvider, T result, Date currentTime, CryptographicConstraint constraint)
CryptographicCheck(I18nProvider i18nProvider, T result, TokenProxy token, Date currentTime, CryptographicConstraint constraint)
CryptographicConstraintWrapper(CryptographicConstraint constraint)
DigestCryptographicCheck(I18nProvider i18nProvider, XmlSAV result, DigestAlgorithm digestAlgorithm, Date currentTime, CryptographicConstraint constraint)
-
Uses of CryptographicConstraint 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 CryptographicConstraint Constructor Description CertificateCryptographicCheck(I18nProvider i18nProvider, XmlSubXCV result, CertificateWrapper certificate, Date currentTime, CryptographicConstraint constraint)