|
Bouncy Castle Cryptography 1.23 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.bouncycastle.jce.cert.CertPath.CertPathRep
Alternate CertPath class for serialization.
| Constructor Summary | |
protected |
CertPath.CertPathRep(java.lang.String type,
byte[] data)
Creates a CertPathRep with the specified
type and encoded form of a certification path. |
| Method Summary | |
protected java.lang.Object |
readResolve()
Returns a CertPath constructed from the type and data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected CertPath.CertPathRep(java.lang.String type,
byte[] data)
CertPathRep with the specified
type and encoded form of a certification path.type - the standard name of a CertPathtypedata - the encoded form of the certification
path| Method Detail |
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
java.io.ObjectStreamException - if a CertPath could not be constructed
|
Bouncy Castle Cryptography 1.23 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||