|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
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)
type
- the standard name of a CertPathtypedata
- the encoded form of the certification pathMethod Detail |
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
- if a CertPath could not be constructed
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |