public class SSLCertificate
extends java.lang.Object
| Constructor and Description |
|---|
SSLCertificate(java.security.cert.X509Certificate[] certificateChain)
Deprecated.
Create a new SSLCertificate.
|
| Modifier and Type | Method and Description |
|---|---|
java.security.cert.X509Certificate[] |
getCertificateChain()
Deprecated.
Returns the certificate list within this SSLCertificate.
|
java.lang.String |
toString()
Deprecated.
Returns a string representation of this SSLCertificate.
|
public SSLCertificate(java.security.cert.X509Certificate[] certificateChain)
certificateChain - a sequence (chain) of X.509 certificates,
ordered with the sender's certificate first and the root CA lastpublic java.security.cert.X509Certificate[] getCertificateChain()
public java.lang.String toString()
toString in class java.lang.Object