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 classThis is a special purpose implementation of aPrivateKeywhich allows the user to pass PEM/PKCS#8 encoded key material straight intoOpenSslContextwithout having to parse and re-encode bytes in Java land.(package private) classA PEM encoded value.final classThis is a special purpose implementation of aX509Certificatewhich allows the user to pass PEM/PKCS#8 encoded data straight intoOpenSslContextwithout 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 PemEncodedPemPrivateKey.toPEM(ByteBufAllocator allocator, boolean useDirect, byte[] bytes) (package private) static PemEncodedPemPrivateKey.toPEM(ByteBufAllocator allocator, boolean useDirect, PrivateKey key) Creates aPemEncodedvalue from thePrivateKey.(package private) static PemEncodedPemX509Certificate.toPEM(ByteBufAllocator allocator, boolean useDirect, X509Certificate... chain) Creates aPemEncodedvalue from theX509Certificates.PemEncoded.touch()Methods in io.netty.handler.ssl with parameters of type PemEncodedModifier and TypeMethodDescriptionprivate static ByteBufPemX509Certificate.append(ByteBufAllocator allocator, boolean useDirect, PemEncoded encoded, int count, ByteBuf pem) Appends thePemEncodedvalue to theByteBuf(last arg) and returns it.(package private) static longReferenceCountedOpenSslContext.toBIO(ByteBufAllocator allocator, PemEncoded pem)