Class PemX509Certificate

java.lang.Object
java.security.cert.Certificate
java.security.cert.X509Certificate
io.netty.handler.ssl.PemX509Certificate
All Implemented Interfaces:
ByteBufHolder, ReferenceCounted, Serializable, X509Extension

public final class PemX509Certificate extends X509Certificate
This is a special purpose implementation of a X509Certificate which allows the user to pass PEM/PKCS#8 encoded data straight into OpenSslContext without having to parse and re-encode bytes in Java land. All methods other than what's implemented in PemEncoded's throw UnsupportedOperationExceptions.
See Also: