Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security.cert

Class CertPath.CertPathRep

java.lang.Object
|
+--java.security.cert.CertPath.CertPathRep

All Implemented Interfaces:

Serializable


protected static class CertPath.CertPathRep

extends Object

implements Serializable

The serialized representation of a path.

Author:

Constructor Summary

CertPathRep(java.lang.String type, byte[] data)

Create the new serial representation.

Method Summary

java.lang.ObjectreadResolve()

Decode the data into an actual CertPath upon deserialization.

Constructor Details

CertPathRep

protected CertPathRep(java.lang.String type, byte[] data)

Create the new serial representation.

Parameters:


Method Details

readResolve

protected Object readResolve()

Decode the data into an actual CertPath upon deserialization.

Returns:

Throws: