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 SummaryConstructorsModifierConstructorDescriptionprotectedCertificateRep(String type, byte[] data) Construct the alternateCertificateclass with theCertificatetype andCertificateencoding bytes.
- 
Method SummaryModifier and TypeMethodDescriptionprotected ObjectReturns aCertificatewith the type and data of thisCertificateRep.
- 
Constructor Details- 
CertificateRepConstruct the alternateCertificateclass with theCertificatetype andCertificateencoding bytes.- Parameters:
- type- the standard name of the- Certificatetype.
- data- the- Certificatedata.
 
 
- 
- 
Method Details- 
readResolveReturns aCertificatewith the type and data of thisCertificateRep.- Returns:
- the resolved Certificateobject
- Throws:
- ObjectStreamException- if the- Certificatecould not be resolved
 
 
-