iaik.security.ssl
Class SSLCertificate

java.lang.Object
  extended by iaik.security.ssl.SSLCertificate
Direct Known Subclasses:
TLS13Certificate

Deprecated. this class should no longer be used by applications.

public class SSLCertificate
extends java.lang.Object


Constructor Summary
SSLCertificate(java.security.cert.X509Certificate[] certificateChain)
          Deprecated. Create a new SSLCertificate.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSLCertificate

public SSLCertificate(java.security.cert.X509Certificate[] certificateChain)
Deprecated. 
Create a new SSLCertificate.

Parameters:
certificateChain - a sequence (chain) of X.509 certificates, ordered with the sender's certificate first and the root CA last
Method Detail

getCertificateChain

public java.security.cert.X509Certificate[] getCertificateChain()
Deprecated. 
Returns the certificate list within this SSLCertificate.

Returns:
the certificate list

toString

public java.lang.String toString()
Deprecated. 
Returns a string representation of this SSLCertificate.

Overrides:
toString in class java.lang.Object
Returns:
a string representation

This Javadoc may contain text parts from text parts from IETF Internet Standard specifications (see copyright note).

iSaSiLk 6.0, (c) 2002 IAIK, (c) 2003 - 2015 SIC