软件包 | 描述 |
---|---|
io.netty.handler.ssl |
SSL · TLS基础上实现
SSLEngine
|
Modifier and Type | Method and Description |
---|---|
PemPrivateKey |
PemPrivateKey.copy() |
PemPrivateKey |
PemPrivateKey.duplicate() |
PemPrivateKey |
PemPrivateKey.replace(ByteBuf content) |
PemPrivateKey |
PemPrivateKey.retain() |
PemPrivateKey |
PemPrivateKey.retain(int increment) |
PemPrivateKey |
PemPrivateKey.retainedDuplicate() |
PemPrivateKey |
PemPrivateKey.touch() |
PemPrivateKey |
PemPrivateKey.touch(java.lang.Object hint) |
static PemPrivateKey |
PemPrivateKey.valueOf(byte[] key)
创建一个 PemPrivateKey 从原材料byte[] 。
|
static PemPrivateKey |
PemPrivateKey.valueOf(ByteBuf key)
创建一个 PemPrivateKey 从原材料ByteBuf 。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.