Uses of Class
io.netty.handler.ssl.ocsp.OcspResponse.Status
-
Packages that use OcspResponse.Status 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.Status in io.netty.handler.ssl.ocsp
Fields in io.netty.handler.ssl.ocsp declared as OcspResponse.Status Modifier and Type Field Description private OcspResponse.StatusOcspResponse. statusMethods in io.netty.handler.ssl.ocsp that return OcspResponse.Status Modifier and Type Method Description OcspResponse.StatusOcspResponse. status()static OcspResponse.StatusOcspResponse.Status. valueOf(java.lang.String name)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.Status Constructor Description OcspResponse(OcspResponse.Status status, java.util.Date thisUpdate, java.util.Date nextUpdate)
-