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 PemPrivateKeyPemPrivateKey. copy()PemPrivateKeyPemPrivateKey. duplicate()PemPrivateKeyPemPrivateKey. replace(ByteBuf content)PemPrivateKeyPemPrivateKey. retain()PemPrivateKeyPemPrivateKey. retain(int increment)PemPrivateKeyPemPrivateKey. retainedDuplicate()PemPrivateKeyPemPrivateKey. touch()PemPrivateKeyPemPrivateKey. touch(java.lang.Object hint)static PemPrivateKeyPemPrivateKey. valueOf(byte[] key)Creates aPemPrivateKeyfrom rawbyte[].static PemPrivateKeyPemPrivateKey. valueOf(ByteBuf key)Creates aPemPrivateKeyfrom rawByteBuf.
-