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 PemPrivateKey
PemPrivateKey. copy()
protected PemPrivateKey
PemPrivateKey. receive(Buffer buf)
static PemPrivateKey
PemPrivateKey. valueOf(byte[] key)
Creates aPemPrivateKey
from rawbyte[]
.static PemPrivateKey
PemPrivateKey. valueOf(Buffer key)
Creates aPemPrivateKey
from rawBuffer
.
-