Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security.cert

Class Certificate.CertificateRep

java.lang.Object
|
+--java.security.cert.Certificate.CertificateRep

All Implemented Interfaces:

Serializable


protected static class Certificate.CertificateRep

extends Object

implements Serializable

Certificate.CertificateRep is an inner class used to provide an alternate storage mechanism for serialized Certificates.

Constructor Summary

CertificateRep(java.lang.String type, byte[] data)

Create an alternate Certificate class to store a serialized Certificate

Method Summary

java.lang.ObjectreadResolve()

Return the stored Certificate

Constructor Details

CertificateRep

protected CertificateRep(java.lang.String type, byte[] data)

Create an alternate Certificate class to store a serialized Certificate

Parameters:


Method Details

readResolve

protected Object readResolve()

Return the stored Certificate

Returns:

Throws: