Uses of Class
javax.security.cert.X509Certificate
| Package | Description |
|---|---|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| javax.security.cert |
This package is provided only for compatibility reasons.
|
| org.conscrypt |
-
Uses of X509Certificate in javax.net.ssl
Methods in javax.net.ssl that return X509Certificate Modifier and Type Method Description X509Certificate[]HandshakeCompletedEvent. getPeerCertificateChain()Returns the list of certificates identifying the peer.X509Certificate[]SSLSession. getPeerCertificateChain()Returns the list of certificates the peer used to identify itself during the handshake. -
Uses of X509Certificate in javax.security.cert
Methods in javax.security.cert that return X509Certificate Modifier and Type Method Description static X509CertificateX509Certificate. getInstance(byte[] certData)Creates a newX509Certificateand initializes it from the specified byte array.static X509CertificateX509Certificate. getInstance(InputStream inStream)Creates a newX509Certificateand initializes it from the specified input stream. -
Uses of X509Certificate in org.conscrypt
Methods in org.conscrypt that return X509Certificate Modifier and Type Method Description X509Certificate[]OpenSSLSessionImpl. getPeerCertificateChain()Returns the certificate(s) of the peer in this SSL session used in the handshaking phase of the connection.X509Certificate[]SSLSessionImpl. getPeerCertificateChain()