软件包 | 描述 |
---|---|
io.netty.handler.ssl |
SSL · TLS的实现基于
SSLEngine
|
io.netty.handler.ssl.ocsp |
OCSP stapling正式名称为TLS证书状态请求扩展,是用于检查X.509数字证书的撤销状态的在线证书状态协议(OCSP)的替代方法。
|
Modifier and Type | Class and Description |
---|---|
class |
OpenSslEngine
实现一个
SSLEngine 使用
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.