Uses of Class
io.netty.handler.ssl.PemPrivateKey
-
Packages that use PemPrivateKey Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of PemPrivateKey in io.netty.handler.ssl
Methods in io.netty.handler.ssl that return PemPrivateKey Modifier and Type Method 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(java.lang.Object hint)
static PemPrivateKey
PemPrivateKey. valueOf(byte[] key)
Creates aPemPrivateKey
from rawbyte[]
.static PemPrivateKey
PemPrivateKey. valueOf(ByteBuf key)
Creates aPemPrivateKey
from rawByteBuf
.
-