java.security.cert
Class CertPath.CertPathRep

java.lang.Object
  extended by java.security.cert.CertPath.CertPathRep
All Implemented Interfaces:
Serializable
Enclosing class:
CertPath

protected static class CertPath.CertPathRep
extends Object
implements Serializable

The serialized representation of a path.

See Also:
Serialized Form

Constructor Summary
protected CertPath.CertPathRep(String type, byte[] data)
          Create the new serial representation.
 
Method Summary
protected  Object readResolve()
          Decode the data into an actual CertPath upon deserialization.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertPath.CertPathRep

protected CertPath.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()
                      throws ObjectStreamException
Decode the data into an actual CertPath upon deserialization.

Returns:
the replacement object
Throws:
ObjectStreamException - if replacement fails