Class X509CertImpl.CertificateRep1

java.lang.Object
org.mozilla.jss.netscape.security.x509.X509CertImpl.CertificateRep1
All Implemented Interfaces:
Serializable
Enclosing class:
X509CertImpl

protected static class X509CertImpl.CertificateRep1 extends Object implements Serializable
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • type1

      private String type1
    • data1

      private byte[] data1
  • Constructor Details

    • CertificateRep1

      protected CertificateRep1(String type, byte[] data)
      Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.

      Parameters:
      type - the standard name of the Certificate type.

      data - the Certificate data.
  • Method Details