| Package | Description |
|---|---|
| io.netty.handler.ssl |
| Modifier and Type | Method and Description |
|---|---|
PemPrivateKey |
PemPrivateKey.copy() |
PemPrivateKey |
PemPrivateKey.duplicate() |
PemPrivateKey |
PemPrivateKey.replace(io.netty.buffer.ByteBuf content) |
PemPrivateKey |
PemPrivateKey.retain() |
PemPrivateKey |
PemPrivateKey.retain(int increment) |
PemPrivateKey |
PemPrivateKey.retainedDuplicate() |
PemPrivateKey |
PemPrivateKey.touch() |
PemPrivateKey |
PemPrivateKey.touch(Object hint) |
static PemPrivateKey |
PemPrivateKey.valueOf(byte[] key)
Creates a
PemPrivateKey from raw byte[]. |
static PemPrivateKey |
PemPrivateKey.valueOf(io.netty.buffer.ByteBuf key)
Creates a
PemPrivateKey from raw ByteBuf. |
Copyright © 2008–2019 The Netty Project. All rights reserved.