Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.security.cert
Class CertPath.CertPathRep  view CertPath.CertPathRep download CertPath.CertPathRep.java

java.lang.Object
  extended byjava.security.cert.CertPath.CertPathRep
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CertPath

protected static class CertPath.CertPathRep
extends java.lang.Object
implements java.io.Serializable

The serialized representation of a path.


Field Summary
private  byte[] data
          The encoded form of the path.
private static long serialVersionUID
          Compatible with JDK 1.4+.
private  java.lang.String type
          The certificate type.
 
Constructor Summary
protected CertPath.CertPathRep(java.lang.String type, byte[] data)
          Create the new serial representation.
 
Method Summary
protected  java.lang.Object readResolve()
          Decode the data into an actual CertPath upon deserialization.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Compatible with JDK 1.4+.

See Also:
Constant Field Values

type

private final java.lang.String type
The certificate type.


data

private final byte[] data
The encoded form of the path.

Constructor Detail

CertPath.CertPathRep

protected CertPath.CertPathRep(java.lang.String type,
                               byte[] data)
Create the new serial representation.

Method Detail

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Decode the data into an actual CertPath upon deserialization.