Class Certificate.CertificateRep
java.lang.Object
java.security.cert.Certificate.CertificateRep
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 Certificate
Alternate 
Certificate class for serialization.- Since:
 - 1.3
 - See Also:
 
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCertificateRep(String type, byte[] data) Construct the alternateCertificateclass with theCertificatetype andCertificateencoding bytes. - 
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectReturns aCertificatewith the type and data of thisCertificateRep. 
- 
Constructor Details
- 
CertificateRep
Construct the alternateCertificateclass with theCertificatetype andCertificateencoding bytes.- Parameters:
 type- the standard name of theCertificatetype.data- theCertificatedata.
 
 - 
 - 
Method Details
- 
readResolve
Returns aCertificatewith the type and data of thisCertificateRep.- Returns:
 - the resolved 
Certificateobject - Throws:
 ObjectStreamException- if theCertificatecould not be resolved
 
 -