Uses of Class
eu.europa.esig.dss.policy.jaxb.CryptographicConstraint
Packages that use CryptographicConstraint
Package
Description
-
Uses of CryptographicConstraint in eu.europa.esig.dss.policy
Methods in eu.europa.esig.dss.policy that return CryptographicConstraintModifier 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
Fields in eu.europa.esig.dss.policy.jaxb declared as CryptographicConstraintModifier and TypeFieldDescriptionprotected CryptographicConstraint
BasicSignatureConstraints.cryptographic
protected CryptographicConstraint
CertificateConstraints.cryptographic
protected CryptographicConstraint
ConstraintsParameters.cryptographic
Methods in eu.europa.esig.dss.policy.jaxb that return CryptographicConstraintModifier 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.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type CryptographicConstraintModifier 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
Constructors in eu.europa.esig.dss.validation.process.bbb.sav with parameters of type CryptographicConstraintModifierConstructorDescriptionMessageImprintDigestAlgorithmValidation
(I18nProvider i18nProvider, Date currentTime, DigestAlgorithm digestAlgorithm, CryptographicConstraint constraint) Default constructor -
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 CryptographicConstraintModifierConstructorDescriptionprotected
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
Methods in eu.europa.esig.dss.validation.process.bbb.sav.checks that return CryptographicConstraintModifier and TypeMethodDescriptionCryptographicConstraintWrapper.getConstraint()
Gets the constraintConstructors in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type CryptographicConstraintModifierConstructorDescriptionCryptographicCheck
(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