java.security.cert
Class Certificate.CertificateRep
- java.lang.Object
-
- java.security.cert.Certificate.CertificateRep
-
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Certificate
protected static class Certificate.CertificateRep extends java.lang.Object implements java.io.SerializableAlternate Certificate class for serialization.- Since:
- 1.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor and Description protectedCertificateRep(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 and Description protected java.lang.ObjectreadResolve()Resolve the Certificate Object.
-