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(byte[] encoded)
Get an instance of X509Certificate for the given encoded bytes.
X509Certificate
Get an instance of X509Certificate for the given encoded stream.

Uses in package gnu.javax.net.ssl

Fields of type javax.security.cert.X509Certificate

X509Certificate[]

Methods with return type javax.security.cert.X509Certificate

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