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 XmlCCModifier and TypeMethodDescriptionDigestMatcherListCryptographicChainBuilder.getConcernedCC()Returns a failed XmlCC result, when applicableMethods in eu.europa.esig.dss.validation.process.bbb.sav.cc that return types with arguments of type XmlCCModifier and TypeMethodDescriptionAbstractCryptographicChecker.digestAlgorithmOnValidationTime()Checks if thedigestAlgorithmis not expired in validation timeAbstractCryptographicChecker.digestAlgorithmReliable()Checks if thedigestAlgorithmis acceptableAbstractCryptographicChecker.encryptionAlgorithmOnValidationTime()Checks if theencryptionAlgorithmis not expired in validation timeAbstractCryptographicChecker.encryptionAlgorithmReliable()Checks if theencryptionAlgorithmis acceptableAbstractCryptographicChecker.publicKeySizeAcceptable()Checks if thekeyLengthUsedToSignThisTokenis acceptableAbstractCryptographicChecker.publicKeySizeKnown()Checks if thekeyLengthUsedToSignThisTokenis knownConstructors in eu.europa.esig.dss.validation.process.bbb.sav.cc with parameters of type XmlCCModifierConstructorDescriptionprotectedAbstractCryptographicCheck(I18nProvider i18nProvider, XmlCC result, MessageTag position, LevelConstraint constraint) Default constructorprotectedCertificateChainCryptographicCheck(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 CertificateChainCryptographicCheckprotectedDigestAlgorithmAtValidationTimeCheck(I18nProvider i18nProvider, DigestAlgorithm digestAlgo, Date validationDate, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper) Default constructorprotectedDigestAlgorithmReliableCheck(I18nProvider i18nProvider, DigestAlgorithm digestAlgo, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper) Default constructorprotectedEncryptionAlgorithmAtValidationTimeCheck(I18nProvider i18nProvider, EncryptionAlgorithm encryptionAlgo, String keyLength, Date validationDate, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper) Default constructorprotectedEncryptionAlgorithmReliableCheck(I18nProvider i18nProvider, EncryptionAlgorithm encryptionAlgo, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper) Default constructorprotectedPublicKeySizeAcceptableCheck(I18nProvider i18nProvider, EncryptionAlgorithm encryptionAlgo, String keyLength, XmlCC result, MessageTag position, CryptographicConstraintWrapper constraintWrapper) Default constructorprotectedPublicKeySizeKnownCheck(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
Fields in eu.europa.esig.dss.validation.process.bbb.sav.checks declared as XmlCCModifier and TypeFieldDescriptionprotected final XmlCCAbstractCryptographicCheckerResultCheck.ccResultCryptographic Check resultConstructors in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type XmlCCModifierConstructorDescriptionprotectedAbstractCryptographicCheckerResultCheck(I18nProvider i18nProvider, T result, MessageTag position, XmlCC ccResult, LevelConstraint constraint) Default constructorprotectedAbstractCryptographicCheckerResultCheck(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