|
Bouncy Castle Cryptography Library 1.37 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.crypto.tls.Certificate
A representation for a certificate chain as used by an tls server.
| Field Summary | |
protected X509CertificateStructure[] |
certs
The certificates. |
| Method Summary | |
X509CertificateStructure[] |
getCerts()
|
protected static Certificate |
parse(java.io.InputStream is)
Parse the ServerCertificate message. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected X509CertificateStructure[] certs
| Method Detail |
protected static Certificate parse(java.io.InputStream is)
throws java.io.IOException
is - The stream where to parse from.
java.io.IOException - If something goes wrong during parsing.public X509CertificateStructure[] getCerts()
|
Bouncy Castle Cryptography Library 1.37 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||