Uses of Class
javax.security.cert.X509Certificate

Packages that use X509Certificate
com.ibm.net.ssl   
com.ibm.net.ssl.internal.www.protocol.https   
com.ibm.security.cert   
javax.net.ssl   
javax.security.cert   
 

Uses of X509Certificate in com.ibm.net.ssl
 

Methods in com.ibm.net.ssl that return X509Certificate
abstract  X509Certificate[] HttpsURLConnection.getServerCertificateChain()
          Returns the server's X.509 certificate chain, or null if the server did not authenticate.
 

Uses of X509Certificate in com.ibm.net.ssl.internal.www.protocol.https
 

Methods in com.ibm.net.ssl.internal.www.protocol.https that return X509Certificate
 X509Certificate[] HttpsURLConnection.getServerCertificateChain()
          Returns the server's X.509 certificate chain, or null if the server did not authenticate.
 

Uses of X509Certificate in com.ibm.security.cert
 

Subclasses of X509Certificate in com.ibm.security.cert
 class X509V1CertImpl
          The X509V1CertImpl class is used as a conversion wrapper around sun.security.x509.X509Cert certificates when running under JDK1.1.x.
 

Uses of X509Certificate in javax.net.ssl
 

Methods in javax.net.ssl that return X509Certificate
 X509Certificate[] HandshakeCompletedEvent.getPeerCertificateChain()
          Returns the identity of the peer which was identified as part of defining the session.
 X509Certificate[] SSLSession.getPeerCertificateChain()
          Return the certificate chain presented by the peer.
 

Uses of X509Certificate in javax.security.cert
 

Methods in javax.security.cert that return X509Certificate
static X509Certificate X509Certificate.getInstance(java.io.InputStream inStream)
          Instantiates an X509Certificate object, and initializes it with the data read from the input stream inStream.
static X509Certificate X509Certificate.getInstance(byte[] certData)
          Instantiates an X509Certificate object, and initializes it with the specified byte array.