| Package | Description |
|---|---|
| io.netty.handler.ssl |
| 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(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. |
Copyright © 2008–2017 The Netty Project. All rights reserved.