Uses of Class
javax.security.cert.X509Certificate

Packages that use X509Certificate
javax.net.ssl This package defines interfaces and classes for the Java Secure Sockets Extension (JSSE). 
javax.security.cert This package defines classes for X.509 version 1 certifcates. 
 

Uses of X509Certificate in javax.net.ssl
 

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

Uses of X509Certificate in javax.security.cert
 

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