public interface CertificateValidator
extends java.io.Serializable
validateCert, which returns the status of a given certificate.| Modifier and Type | Method and Description |
|---|---|
CertificateStatus |
validateCert(X509 c)
Returns the validity/revocation status of the given certificate.
|
CertificateStatus validateCert(X509 c) throws ValidationException
ValidationException