Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlXCV
Packages that use XmlXCV
Package
Description
-
Uses of XmlXCV in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as XmlXCVMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlXCVModifier and TypeMethodDescriptionObjectFactory.createXmlXCV()Create an instance ofXmlXCVXmlBasicBuildingBlocks.getXCV()Gets the value of the xcv property.Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type XmlXCV -
Uses of XmlXCV in eu.europa.esig.dss.validation.process.bbb.xcv
Subclasses with type arguments of type XmlXCV in eu.europa.esig.dss.validation.process.bbb.xcvModifier and TypeClassDescriptionclass5.2.6 X.509 certificate validation -
Uses of XmlXCV in eu.europa.esig.dss.validation.process.bbb.xcv.checks
Subclasses with type arguments of type XmlXCV in eu.europa.esig.dss.validation.process.bbb.xcv.checksModifier and TypeClassDescriptionclassChecks if the SubXCV validation result is validclassThis class verifies whether a prospective certificate chain with trust anchors valid at validation time has been foundclassChecks if the certificate's usage time in the validity range of a TrustService with the accepted statusclassChecks if the certificate's usage time in the validity range of a TrustService with the accepted typeConstructors in eu.europa.esig.dss.validation.process.bbb.xcv.checks with parameters of type XmlXCVModifierConstructorDescriptionCheckSubXCVResult(I18nProvider i18nProvider, XmlXCV result, XmlSubXCV subResult, LevelRule constraint) Default constructorProspectiveCertificateChainAtValidationTimeCheck(I18nProvider i18nProvider, XmlXCV result, CertificateWrapper certificate, Date controlTime, LevelRule constraint) Default constructorTrustServiceStatusCheck(I18nProvider i18nProvider, XmlXCV result, CertificateWrapper certificate, Date usageTime, Context context, MultiValuesRule constraint) Default constructorTrustServiceTypeIdentifierCheck(I18nProvider i18nProvider, XmlXCV result, CertificateWrapper certificate, Date usageTime, Context context, MultiValuesRule constraint) Default constructor -
Uses of XmlXCV in eu.europa.esig.dss.validation.process.vpfbs
Methods in eu.europa.esig.dss.validation.process.vpfbs with parameters of type XmlXCVModifier and TypeMethodDescriptionAbstractBasicValidationProcess.x509CertificateValidation(XmlXCV xmlXCV) Executes "5.2.6 X.509 certificate validation" building block for the given token -
Uses of XmlXCV in eu.europa.esig.dss.validation.process.vpfbs.checks
Constructors in eu.europa.esig.dss.validation.process.vpfbs.checks with parameters of type XmlXCVModifierConstructorDescriptionSigningCertificateNotRevokedCheck(I18nProvider i18nProvider, T result, XmlXCV xmlXCV, TokenProxy token, LevelRule constraint) Default constructorValidationTimeAtCertificateValidityRangeCheck(I18nProvider i18nProvider, T result, XmlXCV xmlXCV, TokenProxy token, LevelRule constraint) Default constructorX509CertificateValidationResultCheck(I18nProvider i18nProvider, T result, XmlXCV xmlXCV, TokenProxy token, LevelRule constraint) Default constructor