Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlCC
Package
Description
-
Uses of XmlCC in eu.europa.esig.dss.detailedreport.jaxb
-
Uses of XmlCC in eu.europa.esig.dss.validation.process.bbb.sav.cc
Modifier and TypeMethodDescriptionDigestMatcherListCryptographicChainBuilder.getConcernedCC()
Returns a failed XmlCC result, when applicableModifier 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 knownModifierConstructorDescriptionprotected
AbstractCryptographicCheck
(I18nProvider i18nProvider, XmlCC result, MessageTag position, LevelConstraint constraint) Default constructorprotected
CertificateChainCryptographicCheck
(I18nProvider i18nProvider, T result, TokenProxy token, Date validationDate, MessageTag position, XmlCC ccResult, LevelConstraint constraint) Constructor to create a CertificateChainCryptographicCheck with a defined token's idCertificateChainCryptographicCheck
(I18nProvider i18nProvider, T result, Date validationDate, MessageTag position, XmlCC ccResult, LevelConstraint constraint) Default constructor to create a CertificateChainCryptographicCheckprotected
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 constructorTokenCertificateChainCryptographicCheck
(I18nProvider i18nProvider, T result, TokenProxy token, Date validationDate, MessageTag position, XmlCC ccResult, LevelConstraint constraint) Default constructor -
Uses of XmlCC in eu.europa.esig.dss.validation.process.bbb.sav.checks
Modifier and TypeFieldDescriptionprotected final XmlCC
AbstractCryptographicCheckerResultCheck.ccResult
Cryptographic Check resultModifierConstructorDescriptionprotected
AbstractCryptographicCheckerResultCheck
(I18nProvider i18nProvider, T result, MessageTag position, XmlCC ccResult, LevelConstraint constraint) Default constructorprotected
AbstractCryptographicCheckerResultCheck
(I18nProvider i18nProvider, T result, MessageTag position, XmlCC ccResult, LevelConstraint constraint, String tokenId) Default constructorCryptographicCheckerResultCheck
(I18nProvider i18nProvider, T result, Date validationDate, MessageTag position, XmlCC ccResult, LevelConstraint constraint) Default constructorCryptographicCheckerResultCheck
(I18nProvider i18nProvider, T result, Date validationDate, MessageTag position, XmlCC ccResult, LevelConstraint constraint, String tokenId) Default constructorDigestCryptographicCheckerResultCheck
(I18nProvider i18nProvider, T result, Date validationDate, MessageTag position, XmlCC ccResult, LevelConstraint constraint) Default constructorDigestMatcherCryptographicCheckerResultCheck
(I18nProvider i18nProvider, T result, Date validationDate, MessageTag position, List<String> referenceNames, XmlCC ccResult, LevelConstraint constraint) Default constructorSigningCertificateRefDigestCryptographicCheckerResultCheck
(I18nProvider i18nProvider, T result, Date validationDate, CertificateRefWrapper certificateRefWrapper, XmlCC ccResult, LevelConstraint constraint) Default constructor