java.security.cert
Class Certificate.CertificateRep
java.lang.Object
|
+--java.security.cert.Certificate.CertificateRep
All Implemented Interfaces:
Serializable
Certificate.CertificateRep is an inner class used to provide an alternate
storage mechanism for serialized Certificates.
CertificateRep
protected CertificateRep(java.lang.String type, byte[] data)
Create an alternate Certificate class to store a serialized Certificate
Parameters:
readResolve
protected Object readResolve()
Return the stored Certificate
Returns:
Throws: