Package | Description |
---|---|
io.netty.handler.ssl | |
io.netty.handler.ssl.ocsp |
Certificate validation using OCSP
|
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–2024 The Netty Project. All rights reserved.