Class PemX509Certificate

All Implemented Interfaces:
ByteBufHolder, PemEncoded, ReferenceCounted, Serializable, X509Extension

public final class PemX509Certificate extends X509Certificate implements PemEncoded
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: