Package netscape.security.x509
Class X509CertImpl.CertificateRep1
- java.lang.Object
-
- netscape.security.x509.X509CertImpl.CertificateRep1
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- X509CertImpl
protected static class X509CertImpl.CertificateRep1 extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CertificateRep1(java.lang.String type, byte[] data)
Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
readResolve()
Resolve the Certificate Object.
-