java.security.cert

Class CertPath.CertPathRep

protected static class CertPath.CertPathRep extends Object implements Serializable

The serialized representation of a path.
Constructor Summary
protected CertPathRep(String type, byte[] data)
Create the new serial representation.
Method Summary
protected ObjectreadResolve()
Decode the data into an actual {@link CertPath} upon deserialization.

Constructor Detail

CertPathRep

protected CertPathRep(String type, byte[] data)
Create the new serial representation.

Parameters: type the path type data the encoded path data

Method Detail

readResolve

protected Object readResolve()
Decode the data into an actual {@link CertPath} upon deserialization.

Returns: the replacement object

Throws: ObjectStreamException if replacement fails