Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenSslEngine
Implements a
SSLEngine using
OpenSSL BIO abstractions. |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
OcspClientHandler.verify(ChannelHandlerContext ctx,
ReferenceCountedOpenSslEngine engine) |
Constructor and Description |
---|
OcspClientHandler(ReferenceCountedOpenSslEngine engine) |
Copyright © 2008–2018 The Netty Project. All rights reserved.