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()
Returns the common constraint used for cryptographic validationCryptographicConstraint
EtsiValidationPolicy. getDefaultCryptographicConstraint()
Gets the global cryptographic constraintsCryptographicConstraint
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
Fields in eu.europa.esig.dss.validation.process.bbb.sav declared as CryptographicConstraint Modifier and Type Field Description protected CryptographicConstraint
MessageImprintDigestAlgorithmValidation. constraint
Constructors in eu.europa.esig.dss.validation.process.bbb.sav with parameters of type CryptographicConstraint Constructor Description MessageImprintDigestAlgorithmValidation(I18nProvider i18nProvider, Date currentTime, DigestAlgorithm digestAlgorithm, CryptographicConstraint constraint)
-
Uses of CryptographicConstraint in eu.europa.esig.dss.validation.process.bbb.sav.cc
Constructors in eu.europa.esig.dss.validation.process.bbb.sav.cc with parameters of type CryptographicConstraint Constructor Description AbstractCryptographicChecker(I18nProvider i18nProvider, DigestAlgorithm digestAlgorithm, Date validationDate, MessageTag position, CryptographicConstraint constraint)
Default constructorAbstractCryptographicChecker(I18nProvider i18nProvider, EncryptionAlgorithm encryptionAlgorithm, DigestAlgorithm digestAlgorithm, MaskGenerationFunction maskGenerationFunction, String keyLengthUsedToSignThisToken, Date validationDate, MessageTag position, CryptographicConstraint constraint)
Complete constructorCryptographicChecker(I18nProvider i18nProvider, TokenProxy token, Date validationDate, MessageTag position, CryptographicConstraint constraint)
Default constructorCryptographicInformationBuilder(XmlDigestMatcher digestMatcher, XmlConclusion conclusion, CryptographicConstraint constraint)
Default constructor to validateXmlDigestMatcher
CryptographicInformationBuilder(TokenProxy token, XmlConclusion conclusion, CryptographicConstraint constraint)
Default constructor to validateTokenProxy
DigestCryptographicChecker(I18nProvider i18nProvider, DigestAlgorithm digestAlgorithm, Date validationDate, MessageTag position, CryptographicConstraint constraint)
Default constructor -
Uses of CryptographicConstraint in eu.europa.esig.dss.validation.process.bbb.sav.checks
Methods in eu.europa.esig.dss.validation.process.bbb.sav.checks that return CryptographicConstraint Modifier and Type Method Description CryptographicConstraint
CryptographicConstraintWrapper. getConstraint()
Gets the constraintConstructors in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type CryptographicConstraint Constructor Description CryptographicCheck(I18nProvider i18nProvider, T result, TokenProxy token, MessageTag position, Date validationDate, CryptographicConstraint constraint)
Default constructorCryptographicConstraintWrapper(CryptographicConstraint constraint)
Default constructorDigestCryptographicCheck(I18nProvider i18nProvider, DigestAlgorithm digestAlgorithm, T result, Date validationDate, MessageTag position, CryptographicConstraint constraint)
DigestCryptographicCheck(I18nProvider i18nProvider, DigestAlgorithm digestAlgorithm, T result, Date validationDate, MessageTag position, String referenceName, CryptographicConstraint constraint)
MessageImprintCryptographicCheck(I18nProvider i18nProvider, DigestAlgorithm digestAlgorithm, XmlSAV result, Date validationDate, CryptographicConstraint constraint)
Default constructor