Uses of Class
io.netty.handler.ssl.ocsp.OcspResponse
-
Packages that use OcspResponse Package Description 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. -
-
Uses of OcspResponse in io.netty.handler.ssl.ocsp
Fields in io.netty.handler.ssl.ocsp declared as OcspResponse Modifier and Type Field Description private OcspResponse
OcspValidationEvent. response
Methods in io.netty.handler.ssl.ocsp that return OcspResponse Modifier and Type Method Description OcspResponse
OcspValidationEvent. response()
Constructors in io.netty.handler.ssl.ocsp with parameters of type OcspResponse Constructor Description OcspValidationEvent(OcspResponse response)
-