Package io.netty.handler.ssl.ocsp
OCSP stapling,
formally known as the TLS Certificate Status Request extension, is an
alternative approach to the Online Certificate Status Protocol (OCSP)
for checking the revocation status of X.509 digital certificates.
-
Class Summary Class Description IoTransport OcspClient OcspClient.Initializer OcspClientHandler A handler for SSL clients to handle and act upon stapled OCSP responses.OcspHttpHandler OcspResponse OcspServerCertificateValidator OcspServerCertificateValidatorvalidates incoming server's certificate using OCSP.OcspValidationEvent -
Enum Summary Enum Description OcspResponse.Status -
Exception Summary Exception Description NoOcspResponderException Thrown internally byOcspClientif the certificate being checked does not specify any OCSP Responder.