Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlCryptographicValidation
Packages that use XmlCryptographicValidation
Package
Description
-
Uses of XmlCryptographicValidation in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as XmlCryptographicValidationModifier and TypeFieldDescriptionprotected XmlCryptographicValidationXmlCC.cryptographicValidationprotected XmlCryptographicValidationXmlAOV.digestMatchersValidationprotected XmlCryptographicValidationprotected XmlCryptographicValidationXmlAOV.signedAttributesValidationFields in eu.europa.esig.dss.detailedreport.jaxb with type parameters of type XmlCryptographicValidationModifier and TypeFieldDescriptionprotected List<XmlCryptographicValidation> XmlCertificateChainCryptographicValidation.certificateCryptographicValidationMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlCryptographicValidationModifier and TypeMethodDescriptionObjectFactory.createXmlCryptographicValidation()Create an instance ofXmlCryptographicValidationXmlCC.getCryptographicValidation()Gets the value of the cryptographicValidation property.XmlAOV.getDigestMatchersValidation()Gets the value of the digestMatchersValidation property.XmlAOV.getSignatureCryptographicValidation()Gets the value of the signatureCryptographicValidation property.XmlAOV.getSignedAttributesValidation()Gets the value of the signedAttributesValidation property.Methods in eu.europa.esig.dss.detailedreport.jaxb that return types with arguments of type XmlCryptographicValidationModifier and TypeMethodDescriptionXmlCertificateChainCryptographicValidation.getCertificateCryptographicValidation()Gets the value of the certificateCryptographicValidation property.Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type XmlCryptographicValidationModifier and TypeMethodDescriptionvoidXmlCC.setCryptographicValidation(XmlCryptographicValidation value) Sets the value of the cryptographicValidation property.voidXmlAOV.setDigestMatchersValidation(XmlCryptographicValidation value) Sets the value of the digestMatchersValidation property.voidSets the value of the signatureCryptographicValidation property.voidXmlAOV.setSignedAttributesValidation(XmlCryptographicValidation value) Sets the value of the signedAttributesValidation property. -
Uses of XmlCryptographicValidation in eu.europa.esig.dss.validation.process
Methods in eu.europa.esig.dss.validation.process that return XmlCryptographicValidationModifier and TypeMethodDescriptionstatic XmlCryptographicValidationValidationProcessUtils.getFailCryptographicValidation(XmlAOV aov) Returns final cryptographic validation from the AOV block.static XmlCryptographicValidationValidationProcessUtils.getFinalCryptographicValidation(XmlAOV aov) Returns final cryptographic validation from the AOV block.static XmlCryptographicValidationValidationProcessUtils.getPrimaryCryptographicValidation(XmlAOV aov) Returns the first available Cryptographic Validation entry -
Uses of XmlCryptographicValidation in eu.europa.esig.dss.validation.process.bbb.aov
Fields in eu.europa.esig.dss.validation.process.bbb.aov declared as XmlCryptographicValidationModifier and TypeFieldDescriptionprotected XmlCryptographicValidationAlgorithmObsolescenceValidation.digestMatchersCryptographicValidationThe cryptographic information for the digest matchers (signed references) algorithms validationprotected XmlCryptographicValidationAlgorithmObsolescenceValidation.signatureCryptographicValidationThe cryptographic information for the SignatureValue algorithms validationprotected XmlCryptographicValidationAlgorithmObsolescenceValidation.signedAttributesCryptographicValidationThe cryptographic information for the signed attributes algorithms validationFields in eu.europa.esig.dss.validation.process.bbb.aov with type parameters of type XmlCryptographicValidationModifier and TypeFieldDescriptionprotected List<XmlCryptographicValidation> AlgorithmObsolescenceValidation.certificateChainCryptographicValidationThe cryptographic information for the certificate chain algorithms validationMethods in eu.europa.esig.dss.validation.process.bbb.aov with parameters of type XmlCryptographicValidationModifier and TypeMethodDescriptionprotected booleanAlgorithmObsolescenceValidation.isValid(XmlCryptographicValidation cryptographicValidation) Checks whether CryptographicValidation returned a successful validation result -
Uses of XmlCryptographicValidation in eu.europa.esig.dss.validation.process.bbb.aov.cc
Methods in eu.europa.esig.dss.validation.process.bbb.aov.cc that return XmlCryptographicValidationModifier and TypeMethodDescriptionprotected XmlCryptographicValidationAbstractAlgorithmCryptographicChecker.getCryptographicValidation()Builds aXmlCryptographicValidationinformation -
Uses of XmlCryptographicValidation in eu.europa.esig.dss.validation.process.vpfbs.checks
Constructors in eu.europa.esig.dss.validation.process.vpfbs.checks with parameters of type XmlCryptographicValidationModifierConstructorDescriptionTimestampGenerationTimeNotAfterCryptographicConstraintsExpirationCheck(I18nProvider i18nProvider, T result, TimestampWrapper contentTimestamp, XmlCryptographicValidation cryptographicValidation, LevelRule constraint) Default constructor -
Uses of XmlCryptographicValidation in eu.europa.esig.dss.validation.process.vpftspwatsp.checks
Constructors in eu.europa.esig.dss.validation.process.vpftspwatsp.checks with parameters of type XmlCryptographicValidationModifierConstructorDescriptionTimestampDigestAlgorithmValidationCheck(I18nProvider i18nProvider, T result, TimestampWrapper timestamp, XmlCryptographicValidation cvResult, Date currentTime, LevelRule constraint) Default constructor