Uses of Class
xades4j.providers.ValidationData

Packages that use ValidationData
xades4j.providers Interfaces for the different components in signature production and verification. 
xades4j.providers.impl Implementations (default and other) of the different providers. 
xades4j.utils Utility classes used in the library, which may also be usefull outside. 
xades4j.verification Support for signature verification. 
 

Uses of ValidationData in xades4j.providers
 

Methods in xades4j.providers that return ValidationData
 ValidationData ValidationDataProvider.getValidationData(List<X509Certificate> certChainFragment)
          Gets the validation data that should be used to validate a certificate.
 ValidationData CertificateValidationProvider.validate(X509CertSelector certSelector, Date validationDate, Collection<X509Certificate> otherCerts)
           
 

Uses of ValidationData in xades4j.providers.impl
 

Methods in xades4j.providers.impl that return ValidationData
 ValidationData ValidationDataFromCertValidationProvider.getValidationData(List<X509Certificate> certChainFragment)
           
 ValidationData PKIXCertificateValidationProvider.validate(X509CertSelector certSelector, Date validationDate, Collection<X509Certificate> otherCerts)
           
 

Uses of ValidationData in xades4j.utils
 

Methods in xades4j.utils with parameters of type ValidationData
static void PropertiesUtils.addXadesCProperties(Collection<UnsignedSignatureProperty> usp, ValidationData vData)
           
static void PropertiesUtils.addXadesXLProperties(Collection<UnsignedSignatureProperty> usp, ValidationData vData)
           
 

Uses of ValidationData in xades4j.verification
 

Methods in xades4j.verification that return ValidationData
 ValidationData XAdESVerificationResult.getValidationData()
          Gets the certificates and CRLs used to verify the signature.
 



Copyright © 2012. All Rights Reserved.