Package | Description |
---|---|
io.netty.handler.ssl.ocsp |
Certificate validation using OCSP
|
Modifier and Type | Method and Description |
---|---|
OcspResponse.Status |
OcspResponse.status() |
static OcspResponse.Status |
OcspResponse.Status.valueOf(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.
|
Constructor and Description |
---|
OcspResponse(OcspResponse.Status status,
Date thisUpdate,
Date nextUpdate) |
Copyright © 2008–2024 The Netty Project. All rights reserved.