protected static class

CertPath.CertPathRep

extends Object
implements Serializable
java.lang.Object
   ↳ java.security.cert.CertPath.CertPathRep

Class Overview

Alternate CertPath class for serialization.

Summary

Protected Constructors
CertPath.CertPathRep(String type, byte[] data)
Creates a CertPathRep with the specified type and encoded form of a certification path.
Protected Methods
Object readResolve()
Returns a CertPath constructed from the type and data.
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

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

Creates a CertPathRep with the specified type and encoded form of a certification path.

Parameters
type the standard name of a CertPath type
data the encoded form of the certification path

Protected Methods

protected Object readResolve ()

Returns a CertPath constructed from the type and data.

Returns
  • the resolved CertPath object
Throws
ObjectStreamException if a CertPath could not be constructed