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 CryptographicConstraintEtsiValidationPolicy. getCertificateCryptographicConstraint(Context context, SubContext subContext)CryptographicConstraintValidationPolicy. getCertificateCryptographicConstraint(Context context, SubContext subContext)This method creates theSignatureCryptographicConstraintcorresponding to the context parameter.CryptographicConstraintEtsiValidationPolicy. getCryptographic()CryptographicConstraintValidationPolicy. getCryptographic()CryptographicConstraintEtsiValidationPolicy. getDefaultCryptographicConstraint()CryptographicConstraintEtsiValidationPolicy. getSignatureCryptographicConstraint(Context context)CryptographicConstraintValidationPolicy. getSignatureCryptographicConstraint(Context context)This method creates theSignatureCryptographicConstraintcorresponding 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 CryptographicConstraintBasicSignatureConstraints. cryptographicprotected CryptographicConstraintCertificateConstraints. cryptographicprotected CryptographicConstraintConstraintsParameters. cryptographicMethods in eu.europa.esig.dss.policy.jaxb that return CryptographicConstraint Modifier and Type Method Description CryptographicConstraintObjectFactory. createCryptographicConstraint()Create an instance ofCryptographicConstraintCryptographicConstraintBasicSignatureConstraints. getCryptographic()Gets the value of the cryptographic property.CryptographicConstraintCertificateConstraints. getCryptographic()Gets the value of the cryptographic property.CryptographicConstraintConstraintsParameters. 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 voidBasicSignatureConstraints. setCryptographic(CryptographicConstraint value)Sets the value of the cryptographic property.voidCertificateConstraints. setCryptographic(CryptographicConstraint value)Sets the value of the cryptographic property.voidConstraintsParameters. 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 booleanAbstractCryptographicCheck. isExpirationDateAvailable(CryptographicConstraint constraint)Constructors in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type CryptographicConstraint Constructor Description AbstractCryptographicCheck(T result, Date currentTime, CryptographicConstraint constraint)CryptographicCheck(T result, TokenProxy token, Date currentTime, CryptographicConstraint constraint)CryptographicConstraintWrapper(CryptographicConstraint constraint)DigestCryptographicCheck(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(XmlSubXCV result, CertificateWrapper certificate, Date currentTime, CryptographicConstraint constraint)
-