iaik.security.ssl
Class SSLCertificate

java.lang.Object
  |
  +--iaik.security.ssl.SSLMessage
        |
        +--iaik.security.ssl.HandshakeMessage
              |
              +--iaik.security.ssl.SSLCertificate

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

public class SSLCertificate
extends iaik.security.ssl.HandshakeMessage
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SSLCertificate(X509Certificate[] certificateChain)
          Deprecated. Create a new SSLCertificate.
 
Method Summary
 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(X509Certificate[] certificateChain)
Deprecated. 
Create a new SSLCertificate.
Parameters:
certificateChain - a sequence (chain) of X.509 certificates, ordered with the sender's certificate first und the root CA last
Method Detail

getCertificateChain

public 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