Bouncy Castle Cryptography Library 1.35 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.crypto.tls.Certificate
public class Certificate
extends java.lang.Object
Field 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.