Uses of Interface
io.netty.handler.ssl.PemEncoded
Packages that use PemEncoded
-
Uses of PemEncoded in io.netty.handler.ssl
Classes in io.netty.handler.ssl that implement PemEncodedModifier and TypeClassDescriptionfinal class
This is a special purpose implementation of aPrivateKey
which allows the user to pass PEM/PKCS#8 encoded key material straight intoOpenSslContext
without having to parse and re-encode bytes in Java land.(package private) class
A PEM encoded value.final class
This is a special purpose implementation of aX509Certificate
which allows the user to pass PEM/PKCS#8 encoded data straight intoOpenSslContext
without having to parse and re-encode bytes in Java land.Methods in io.netty.handler.ssl that return PemEncodedModifier and TypeMethodDescriptionPemEncoded.copy()
PemEncoded.duplicate()
PemEncoded.retain()
PemEncoded.retain
(int increment) PemEncoded.retainedDuplicate()
(package private) static PemEncoded
PemPrivateKey.toPEM
(ByteBufAllocator allocator, boolean useDirect, byte[] bytes) (package private) static PemEncoded
PemPrivateKey.toPEM
(ByteBufAllocator allocator, boolean useDirect, PrivateKey key) Creates aPemEncoded
value from thePrivateKey
.(package private) static PemEncoded
PemX509Certificate.toPEM
(ByteBufAllocator allocator, boolean useDirect, X509Certificate... chain) Creates aPemEncoded
value from theX509Certificate
s.PemEncoded.touch()
Methods in io.netty.handler.ssl with parameters of type PemEncodedModifier and TypeMethodDescriptionprivate static ByteBuf
PemX509Certificate.append
(ByteBufAllocator allocator, boolean useDirect, PemEncoded encoded, int count, ByteBuf pem) Appends thePemEncoded
value to theByteBuf
(last arg) and returns it.(package private) static long
ReferenceCountedOpenSslContext.toBIO
(ByteBufAllocator allocator, PemEncoded pem)