|
Bouncy Castle Cryptography 1.29 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.jce.cert.CertPath
org.bouncycastle.jce.provider.PKIXCertPath
CertPath implementation for X.509 certificates.
| Nested Class Summary |
| Nested classes inherited from class org.bouncycastle.jce.cert.CertPath |
CertPath.CertPathRep |
| Method Summary | |
java.util.List |
getCertificates()
Returns the list of certificates in this certification path. |
byte[] |
getEncoded()
Returns the encoded form of this certification path, using the default encoding. |
byte[] |
getEncoded(java.lang.String encoding)
Returns the encoded form of this certification path, using the specified encoding. |
java.util.Iterator |
getEncodings()
Returns an iteration of the encodings supported by this certification path, with the default encoding first. |
| Methods inherited from class org.bouncycastle.jce.cert.CertPath |
equals, getType, hashCode, toString, writeReplace |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.util.Iterator getEncodings()
getEncodings in class CertPath
public byte[] getEncoded()
throws java.security.cert.CertificateEncodingException
getEncoded in class CertPathjava.security.cert.CertificateEncodingException - if an encoding error occurs
public byte[] getEncoded(java.lang.String encoding)
throws java.security.cert.CertificateEncodingException
getEncoded in class CertPathencoding - the name of the encoding to use
java.security.cert.CertificateEncodingException - if an encoding error
occurs or the encoding requested is not supportedpublic java.util.List getCertificates()
getCertificates in class CertPath
|
Bouncy Castle Cryptography 1.29 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||