org.bouncycastle.crypto.tls
public class Certificate extends Object
Field Summary | |
---|---|
protected X509CertificateStructure[] | certs
The certificates. |
Method Summary | |
---|---|
X509CertificateStructure[] | getCerts() |
protected static Certificate | parse(InputStream is)
Parse the ServerCertificate message.
|
Returns: An array which contains the certs, this chain contains.
Parameters: is The stream where to parse from.
Returns: A Certificate object with the certs, the server has sended.
Throws: IOException If something goes wrong during parsing.