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()Returns the common constraint used for cryptographic validationCryptographicConstraintEtsiValidationPolicy. getDefaultCryptographicConstraint()Gets the global cryptographic constraintsCryptographicConstraintEtsiValidationPolicy. 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
Fields in eu.europa.esig.dss.validation.process.bbb.sav declared as CryptographicConstraint Modifier and Type Field Description protected CryptographicConstraintMessageImprintDigestAlgorithmValidation. constraintConstructors 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 validateXmlDigestMatcherCryptographicInformationBuilder(TokenProxy token, XmlConclusion conclusion, CryptographicConstraint constraint)Default constructor to validateTokenProxyDigestCryptographicChecker(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 CryptographicConstraintCryptographicConstraintWrapper. 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