Uses of Class
eu.europa.esig.dss.policy.jaxb.CryptographicConstraint
Package
Description
-
Uses of CryptographicConstraint in eu.europa.esig.dss.policy
Modifier and TypeMethodDescriptionEtsiValidationPolicy.getCertificateCryptographicConstraint
(Context context, SubContext subContext) ValidationPolicy.getCertificateCryptographicConstraint
(Context context, SubContext subContext) This method creates theSignatureCryptographicConstraint
corresponding to the context parameter.EtsiValidationPolicy.getCryptographic()
ValidationPolicy.getCryptographic()
Returns the common constraint used for cryptographic validationEtsiValidationPolicy.getDefaultCryptographicConstraint()
Gets the global cryptographic constraintsEtsiValidationPolicy.getSignatureCryptographicConstraint
(Context context) ValidationPolicy.getSignatureCryptographicConstraint
(Context context) This method creates theSignatureCryptographicConstraint
corresponding to the context parameter. -
Uses of CryptographicConstraint in eu.europa.esig.dss.policy.jaxb
Modifier and TypeFieldDescriptionprotected CryptographicConstraint
BasicSignatureConstraints.cryptographic
protected CryptographicConstraint
CertificateConstraints.cryptographic
protected CryptographicConstraint
ConstraintsParameters.cryptographic
Modifier and TypeMethodDescriptionObjectFactory.createCryptographicConstraint()
Create an instance ofCryptographicConstraint
BasicSignatureConstraints.getCryptographic()
Gets the value of the cryptographic property.CertificateConstraints.getCryptographic()
Gets the value of the cryptographic property.ConstraintsParameters.getCryptographic()
Gets the value of the cryptographic property.Modifier and TypeMethodDescriptionvoid
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
ModifierConstructorDescriptionMessageImprintDigestAlgorithmValidation
(I18nProvider i18nProvider, Date currentTime, DigestAlgorithm digestAlgorithm, CryptographicConstraint constraint) Default constructor -
Uses of CryptographicConstraint in eu.europa.esig.dss.validation.process.bbb.sav.cc
ModifierConstructorDescriptionprotected
AbstractCryptographicChecker
(I18nProvider i18nProvider, DigestAlgorithm digestAlgorithm, Date validationDate, MessageTag position, CryptographicConstraint constraint) Default constructorprotected
AbstractCryptographicChecker
(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 constructorDigestCryptographicChecker
(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
Modifier and TypeMethodDescriptionCryptographicConstraintWrapper.getConstraint()
Gets the constraintModifierConstructorDescriptionCryptographicCheck
(I18nProvider i18nProvider, T result, TokenProxy token, MessageTag position, Date validationDate, CryptographicConstraint constraint) Default constructorDefault constructorDigestMatcherCryptographicCheck
(I18nProvider i18nProvider, DigestAlgorithm digestAlgorithm, T result, Date validationDate, MessageTag position, CryptographicConstraint constraint) Default constructorMessageImprintCryptographicCheck
(I18nProvider i18nProvider, DigestAlgorithm digestAlgorithm, XmlSAV result, Date validationDate, CryptographicConstraint constraint) Default constructorSigningCertificateDigestAlgorithmCheck
(I18nProvider i18nProvider, CertificateRefWrapper certificateRefWrapper, T result, Date validationDate, CryptographicConstraint cryptographicConstraint, LevelConstraint constraint) Default constructor