java.security.cert
Class CertPath.CertPathRep
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertPath.CertPathRep
protected CertPath.CertPathRep(String type,
byte[] data)
- Create the new serial representation.
- Parameters:
type
- the path typedata
- the encoded path data
readResolve
protected Object readResolve()
throws ObjectStreamException
- Decode the data into an actual
CertPath
upon deserialization.
- Returns:
- the replacement object
- Throws:
ObjectStreamException
- if replacement fails