程序包 | 说明 |
---|---|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
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 |
OpenSslEngine
Implements a
SSLEngine using
OpenSSL BIO abstractions. |
限定符和类型 | 方法和说明 |
---|---|
protected abstract boolean |
OcspClientHandler.verify(ChannelHandlerContext ctx,
ReferenceCountedOpenSslEngine engine) |
构造器和说明 |
---|
OcspClientHandler(ReferenceCountedOpenSslEngine engine) |