Package org.conscrypt

Class OpenSSLX509CertificateFactory.Parser<T>

  • Enclosing class:
    OpenSSLX509CertificateFactory

    private abstract static class OpenSSLX509CertificateFactory.Parser<T>
    extends java.lang.Object
    The code for X509 Certificates and CRL is pretty much the same. We use this abstract class to share the code between them. This makes it ugly, but it's already written in this language anyway.