java.lang.Object | +--java.security.cert.CertPath.CertPathRepAll Implemented Interfaces:
CertPathRep(java.lang.String type, byte[] data) Create the new serial representation. |
java.lang.Object | readResolve() Decode the data into an actual CertPath upon deserialization. |
protected CertPathRep(java.lang.String type, byte[] data)
type
- the path typedata
- the encoded path dataprotected Object readResolve()
ObjectStreamException
- if replacement fails