Uses of Enum
io.netty.handler.ssl.ocsp.OcspResponse.Status
Packages that use OcspResponse.Status
Package
Description
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.Status in io.netty.handler.ssl.ocsp
Fields in io.netty.handler.ssl.ocsp declared as OcspResponse.StatusMethods in io.netty.handler.ssl.ocsp that return OcspResponse.StatusModifier and TypeMethodDescriptionOcspResponse.status()
static OcspResponse.Status
Returns the enum constant of this type with the specified name.static OcspResponse.Status[]
OcspResponse.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.netty.handler.ssl.ocsp with parameters of type OcspResponse.StatusModifierConstructorDescriptionOcspResponse
(OcspResponse.Status status, Date thisUpdate, Date nextUpdate)