xades4j.providers
Class CertificateValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xades4j.XAdES4jException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CertificateValidationException
public CertificateValidationException(X509CertSelector s,
String message)
getCertSelector
public X509CertSelector getCertSelector()
Copyright © 2012. All Rights Reserved.