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