org.bouncycastle.crypto.tls
public class Certificate extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected X509CertificateStructure[] |
certs
The certificates.
|
| Modifier and Type | Method and Description |
|---|---|
X509CertificateStructure[] |
getCerts() |
protected static Certificate |
parse(java.io.InputStream is)
Parse the ServerCertificate message.
|
protected X509CertificateStructure[] certs
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()