Uses of Class
xades4j.verification.UnexpectedJCAException

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

Uses of UnexpectedJCAException in xades4j.providers
 

Methods in xades4j.providers that throw UnexpectedJCAException
 List<X509Certificate> KeyingDataProvider.getSigningCertificateChain()
          Gets the signing certificate chain to be used in an ongoing signature operation.
 PrivateKey KeyingDataProvider.getSigningKey(X509Certificate signingCert)
          Gets the signing key that matches a signing certificate.
 ValidationData CertificateValidationProvider.validate(X509CertSelector certSelector, Date validationDate, Collection<X509Certificate> otherCerts)
           
 

Uses of UnexpectedJCAException in xades4j.providers.impl
 

Methods in xades4j.providers.impl that throw UnexpectedJCAException
 List<X509Certificate> KeyStoreKeyingDataProvider.getSigningCertificateChain()
           
 List<X509Certificate> DirectKeyingDataProvider.getSigningCertificateChain()
           
 PrivateKey KeyStoreKeyingDataProvider.getSigningKey(X509Certificate signingCert)
           
 PrivateKey DirectKeyingDataProvider.getSigningKey(X509Certificate signingCert)
           
 ValidationData PKIXCertificateValidationProvider.validate(X509CertSelector certSelector, Date validationDate, Collection<X509Certificate> otherCerts)
           
 



Copyright © 2012. All Rights Reserved.