Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlCC
Packages that use XmlCC
Package
Description
-
Uses of XmlCC in eu.europa.esig.dss.detailedreport.jaxb
Methods in eu.europa.esig.dss.detailedreport.jaxb that return XmlCC -
Uses of XmlCC in eu.europa.esig.dss.validation.process.bbb.sav.cc
Methods in eu.europa.esig.dss.validation.process.bbb.sav.cc that return types with arguments of type XmlCCModifier and TypeMethodDescriptionAbstractCryptographicChecker.digestAlgorithmOnValidationTime()
Checks if thedigestAlgorithm
is not expired in validation timeAbstractCryptographicChecker.digestAlgorithmReliable()
Checks if thedigestAlgorithm
is acceptableAbstractCryptographicChecker.encryptionAlgorithmOnValidationTime()
Checks if theencryptionAlgorithm
is not expired in validation timeAbstractCryptographicChecker.encryptionAlgorithmReliable()
Checks if theencryptionAlgorithm
is acceptableAbstractCryptographicChecker.publicKeySizeAcceptable()
Checks if thekeyLengthUsedToSignThisToken
is acceptableAbstractCryptographicChecker.publicKeySizeKnown()
Checks if thekeyLengthUsedToSignThisToken
is knownConstructors in eu.europa.esig.dss.validation.process.bbb.sav.cc with parameters of type XmlCCModifierConstructorDescriptionprotected
AbstractCryptographicCheck
(I18nProvider i18nProvider, XmlCC result, MessageTag position, LevelConstraint constraint) Default constructorprotected
DigestAlgorithmAtValidationTimeCheck
(I18nProvider i18nProvider, DigestAlgorithm digestAlgo, Date validationDate, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper) Default constructorprotected
DigestAlgorithmReliableCheck
(I18nProvider i18nProvider, DigestAlgorithm digestAlgo, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper) Default constructorprotected
EncryptionAlgorithmAtValidationTimeCheck
(I18nProvider i18nProvider, EncryptionAlgorithm encryptionAlgo, String keyLength, Date validationDate, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper) Default constructorprotected
EncryptionAlgorithmReliableCheck
(I18nProvider i18nProvider, EncryptionAlgorithm encryptionAlgo, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper) Default constructorprotected
PublicKeySizeAcceptableCheck
(I18nProvider i18nProvider, EncryptionAlgorithm encryptionAlgo, String keyLength, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper) Default constructorprotected
PublicKeySizeKnownCheck
(I18nProvider i18nProvider, String keySize, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper) Default constructor -
Uses of XmlCC in eu.europa.esig.dss.validation.process.bbb.sav.checks
Fields in eu.europa.esig.dss.validation.process.bbb.sav.checks declared as XmlCCModifier and TypeFieldDescriptionprotected final XmlCC
AbstractCryptographicCheckerResultCheck.ccResult
Cryptographic Check resultConstructors in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type XmlCCModifierConstructorDescriptionprotected
AbstractCryptographicCheckerResultCheck
(I18nProvider i18nProvider, T result, MessageTag position, XmlCC ccResult, LevelConstraint constraint) Default constructorCryptographicCheckerResultCheck
(I18nProvider i18nProvider, T result, Date validationDate, MessageTag position, XmlCC ccResult, LevelConstraint constraint) Default constructorDigestCryptographicCheckerResultCheck
(I18nProvider i18nProvider, T result, Date validationDate, MessageTag position, XmlCC ccResult, LevelConstraint constraint) Default constructorDigestMatcherCryptographicCheckerResultCheck
(I18nProvider i18nProvider, T result, Date validationDate, MessageTag position, String referenceName, XmlCC ccResult, LevelConstraint constraint) Default constructorSigningCertificateRefDigestCryptographicCheckerResultCheck
(I18nProvider i18nProvider, T result, Date validationDate, CertificateRefWrapper certificateRefWrapper, XmlCC ccResult, LevelConstraint constraint) Default constructor