protected static class Certificate.CertificateRep extends Object implements Serializable
Serializable class to be used for serialization and
deserialization of Certificate objects.| Modifier | Constructor and Description |
|---|---|
protected |
CertificateRep(String type,
byte[] data)
Creates a new
CertificateRep instance with the specified
certificate type and encoded data. |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
readResolve()
Deserializes a
Certificate from a serialized CertificateRep object. |
protected CertificateRep(String type, byte[] data)
CertificateRep instance with the specified
certificate type and encoded data.type - the certificate type.data - the encoded data.protected Object readResolve() throws ObjectStreamException
Certificate from a serialized CertificateRep object.Certificate.ObjectStreamException - if deserialization fails.