protected static class CertPath.CertPathRep extends java.lang.Object implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
CertPath.CertPathRep(java.lang.String type,
byte[] data)
Create the new serial representation.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
readResolve()
Decode the data into an actual
CertPath upon deserialization. |
protected CertPath.CertPathRep(java.lang.String type, byte[] data)
type - the path typedata - the encoded path dataprotected java.lang.Object readResolve() throws java.io.ObjectStreamException
CertPath upon deserialization.java.io.ObjectStreamException - if replacement fails