Uses of Class
xades4j.providers.CertificateValidationException

Packages that use CertificateValidationException
xades4j.providers Interfaces for the different components in signature production and verification. 
xades4j.providers.impl Implementations (default and other) of the different providers. 
xades4j.verification Support for signature verification. 
 

Uses of CertificateValidationException in xades4j.providers
 

Subclasses of CertificateValidationException in xades4j.providers
 class CannotBuildCertificationPathException
          Thrown when the CertificateValidationProvider cannot build a certification path.
 class CannotSelectCertificateException
          Thrown when there is no criteria to select the signing certificate.
 

Methods in xades4j.providers that throw CertificateValidationException
 ValidationData CertificateValidationProvider.validate(X509CertSelector certSelector, Date validationDate, Collection<X509Certificate> otherCerts)
           
 

Uses of CertificateValidationException in xades4j.providers.impl
 

Methods in xades4j.providers.impl that throw CertificateValidationException
 ValidationData PKIXCertificateValidationProvider.validate(X509CertSelector certSelector, Date validationDate, Collection<X509Certificate> otherCerts)
           
 

Uses of CertificateValidationException in xades4j.verification
 

Subclasses of CertificateValidationException in xades4j.verification
 class InvalidKeyInfoDataException
          Thrown during the verification process if the KeyInfo element doesn't include the needed data to identify the signing certificate.
 



Copyright © 2012. All Rights Reserved.