Uses of Class
org.apache.synapse.transport.certificatevalidation.RevocationStatus
-
-
Uses of RevocationStatus in org.apache.synapse.transport.certificatevalidation
Methods in org.apache.synapse.transport.certificatevalidation that return RevocationStatus Modifier and Type Method Description RevocationStatus
RevocationVerifier. checkRevocationStatus(X509Certificate peerCert, X509Certificate issuerCert)
static RevocationStatus
RevocationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static RevocationStatus[]
RevocationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RevocationStatus in org.apache.synapse.transport.certificatevalidation.crl
Methods in org.apache.synapse.transport.certificatevalidation.crl that return RevocationStatus Modifier and Type Method Description RevocationStatus
CRLVerifier. checkRevocationStatus(X509Certificate peerCert, X509Certificate issuerCert)
Checks revocation status (Good, Revoked) of the peer certificate. -
Uses of RevocationStatus in org.apache.synapse.transport.certificatevalidation.ocsp
Methods in org.apache.synapse.transport.certificatevalidation.ocsp that return RevocationStatus Modifier and Type Method Description RevocationStatus
OCSPVerifier. checkRevocationStatus(X509Certificate peerCert, X509Certificate issuerCert)
Gets the revocation status (Good, Revoked or Unknown) of the given peer certificate.
-