Uses of Enum
org.apache.synapse.transport.certificatevalidation.RevocationStatus
Packages that use RevocationStatus
Package
Description
-
Uses of RevocationStatus in org.apache.synapse.transport.certificatevalidation
Methods in org.apache.synapse.transport.certificatevalidation that return RevocationStatusModifier and TypeMethodDescriptionRevocationVerifier.checkRevocationStatus(X509Certificate peerCert, X509Certificate issuerCert) static RevocationStatusReturns 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 RevocationStatusModifier and TypeMethodDescriptionCRLVerifier.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 RevocationStatusModifier and TypeMethodDescriptionOCSPVerifier.checkRevocationStatus(X509Certificate peerCert, X509Certificate issuerCert) Gets the revocation status (Good, Revoked or Unknown) of the given peer certificate.