Uses of Class
io.netty5.handler.ssl.PemX509Certificate
-
Packages that use PemX509Certificate Package Description io.netty5.handler.ssl -
-
Uses of PemX509Certificate in io.netty5.handler.ssl
Methods in io.netty5.handler.ssl that return PemX509Certificate Modifier and Type Method Description PemX509Certificate
PemX509Certificate. copy()
static PemX509Certificate
PemX509Certificate. valueOf(byte[] key)
Creates aPemX509Certificate
from rawbyte[]
.static PemX509Certificate
PemX509Certificate. valueOf(Buffer key)
Creates aPemX509Certificate
from rawBuffer
.Methods in io.netty5.handler.ssl that return types with arguments of type PemX509Certificate Modifier and Type Method Description Send<PemX509Certificate>
PemX509Certificate. send()
-