# Print output for @column tags ?> CertPath.CertPathRep - Android SDK | Android Developers

Most visited


Recently visited


CertPath.CertPathRep

protected static class CertPath.CertPathRep
extends Object implements Serializable

java.lang.Object
   ↳ java.security.cert.CertPath.CertPathRep


Alternate CertPath class for serialization.

Summary


Protected constructors

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.

Inherited methods

Protected constructors


CertPathRep

protected CertPathRep (String type, 
                byte[] data)

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

Parameters
type String: the standard name of a CertPath type

data byte: the encoded form of the certification path

Protected methods


readResolve

protected Object readResolve ()

Returns a CertPath constructed from the type and data.

Returns
Object the resolved CertPath object

Throws
ObjectStreamException if a CertPath could not be constructed

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.