Class X509CertImpl.CertificateRep1
java.lang.Object
org.mozilla.jss.netscape.security.x509.X509CertImpl.CertificateRep1
- All Implemented Interfaces:
Serializable
- Enclosing class:
X509CertImpl
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CertificateRep1
(String type, byte[] data) Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
type1
-
data1
private byte[] data1
-
-
Constructor Details
-
CertificateRep1
Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.- Parameters:
type
- the standard name of the Certificate type.data
- the Certificate data.
-
-
Method Details
-
readResolve
Resolve the Certificate Object.- Returns:
- the resolved Certificate Object.
- Throws:
ObjectStreamException
- if the Certificate could not be resolved.
-