Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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.