| 程序包 | 说明 |
|---|---|
| io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
| 限定符和类型 | 方法和说明 |
|---|---|
PemPrivateKey |
PemPrivateKey.copy() |
PemPrivateKey |
PemPrivateKey.duplicate() |
PemPrivateKey |
PemPrivateKey.retain() |
PemPrivateKey |
PemPrivateKey.retain(int increment) |
static PemPrivateKey |
PemPrivateKey.valueOf(byte[] key)
Creates a
PemPrivateKey from raw byte[]. |
static PemPrivateKey |
PemPrivateKey.valueOf(ByteBuf key)
Creates a
PemPrivateKey from raw ByteBuf. |