Save This Page
Home » openjdk-7 » java » security » cert » [javadoc | source]
java.security.cert
protected static class: CertPath.CertPathRep [javadoc | source]
java.lang.Object
   java.security.cert.CertPath$CertPathRep

All Implemented Interfaces:
    Serializable

Alternate CertPath class for serialization.
Constructor:
 protected 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
Method from java.security.cert.CertPath$CertPathRep Summary:
readResolve
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.security.cert.CertPath$CertPathRep Detail:
 protected Object readResolve() throws ObjectStreamException 
    Returns a CertPath constructed from the type and data.