Uses of Class
io.netty5.handler.ssl.PemPrivateKey
-
Packages that use PemPrivateKey Package Description io.netty5.handler.ssl -
-
Uses of PemPrivateKey in io.netty5.handler.ssl
Methods in io.netty5.handler.ssl that return PemPrivateKey Modifier and Type Method Description PemPrivateKeyPemPrivateKey. copy()protected PemPrivateKeyPemPrivateKey. receive(Buffer buf)static PemPrivateKeyPemPrivateKey. valueOf(byte[] key)Creates aPemPrivateKeyfrom rawbyte[].static PemPrivateKeyPemPrivateKey. valueOf(Buffer key)Creates aPemPrivateKeyfrom rawBuffer.
-