| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.crypto.tls.Certificatepublic class Certificateextends java.lang.ObjectField Summary | |
protected X509CertificateStructure[] |
|
Method Summary | |
X509CertificateStructure[] |
|
protected static Certificate |
|
public X509CertificateStructure[] getCerts()
- Returns:
- An array which contains the certs, this chain contains.
protected static Certificate parse(InputStream is) throws IOException
Parse the ServerCertificate message.
- Parameters:
is- The stream where to parse from.
- Returns:
- A Certificate object with the certs, the server has sended.