xades4j.providers
Class CertificateValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xades4j.XAdES4jException
              extended by xades4j.providers.CertificateValidationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotBuildCertificationPathException, CannotSelectCertificateException, InvalidKeyInfoDataException

public class CertificateValidationException
extends XAdES4jException

Base for exceptions during certificate validation. Thrown when the subclasses don't apply.

Author:
Luís
See Also:
CannotBuildCertificationPathException, CannotSelectCertificateException, Serialized Form

Constructor Summary
CertificateValidationException(X509CertSelector s, String message)
           
 
Method Summary
 X509CertSelector getCertSelector()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CertificateValidationException

public CertificateValidationException(X509CertSelector s,
                                      String message)
Method Detail

getCertSelector

public X509CertSelector getCertSelector()


Copyright © 2012. All Rights Reserved.