Package | Description |
---|---|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2008–2018 The Netty Project. All rights reserved.