程序包 | 说明 |
---|---|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
限定符和类型 | 方法和说明 |
---|---|
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)
Creates a
PemPrivateKey from raw byte[] . |
static PemPrivateKey |
PemPrivateKey.valueOf(ByteBuf key)
Creates a
PemPrivateKey from raw ByteBuf . |