|
|||||||||
| Home >> All >> java >> security >> [ cert overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.security.cert
Class CertPath.CertPathRep

java.lang.Objectjava.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
- extends java.lang.Object
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.
|
|||||||||
| Home >> All >> java >> security >> [ cert overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
java.security.cert.CertPath.CertPathRep