to top
Android APIs
protected static class

CertPath.CertPathRep

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

Class Overview

The alternate Serializable class to be used for serialization and deserialization on CertPath objects.

Summary

Protected Constructors
CertPath.CertPathRep(String type, byte[] data)
Creates a new CertPathRep instance with the specified type and encoded data.
Protected Methods
Object readResolve()
Deserializes a CertPath from a serialized CertPathRep object.
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

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

Added in API level 1

Creates a new CertPathRep instance with the specified type and encoded data.

Parameters
type the certificate type.
data the encoded data.

Protected Methods

protected Object readResolve ()

Added in API level 1

Deserializes a CertPath from a serialized CertPathRep object.

Returns
  • the deserialized CertPath.
Throws
ObjectStreamException if deserialization fails.