Uses of Class javax.security.cert.X509Certificate

Uses in package javax.net.ssl

Methods with return type javax.security.cert.X509Certificate

X509Certificate[]
X509Certificate[]
Returns the chain of certificates that the remote side used in the handshake, or null if none were used.

Uses in package javax.security.cert

Methods with return type javax.security.cert.X509Certificate

X509Certificate
X509Certificate.getInstance(InputStream encoded)
Get an instance of X509Certificate for the given encoded stream.
X509Certificate
X509Certificate.getInstance(byte[] encoded)
Get an instance of X509Certificate for the given encoded bytes.