Uses of Class
io.netty.handler.ssl.PemPrivateKey
Packages that use PemPrivateKey
-
Uses of PemPrivateKey in io.netty.handler.ssl
Methods in io.netty.handler.ssl that return PemPrivateKeyModifier and TypeMethodDescriptionPemPrivateKey.copy()
PemPrivateKey.duplicate()
PemPrivateKey.retain()
PemPrivateKey.retain
(int increment) PemPrivateKey.retainedDuplicate()
PemPrivateKey.touch()
static PemPrivateKey
PemPrivateKey.valueOf
(byte[] key) Creates aPemPrivateKey
from rawbyte[]
.static PemPrivateKey
Creates aPemPrivateKey
from rawByteBuf
.