java.security.cert
protected static class CertPath.CertPathRep extends Object implements Serializable
| Constructor Summary | |
|---|---|
| protected | CertPathRep(String type, byte[] data)
Create the new serial representation.
|
| Method Summary | |
|---|---|
| protected Object | readResolve()
Decode the data into an actual {@link CertPath} upon deserialization.
|
Parameters: type the path type data the encoded path data
Returns: the replacement object
Throws: ObjectStreamException if replacement fails