Uses of Class javax.net.ssl.SSLPeerUnverifiedException

Uses in package javax.net.ssl

Methods which throw type javax.net.ssl.SSLPeerUnverifiedException

X509Certificate[]
X509Certificate[]
Returns the chain of certificates that the remote side used in the handshake, or null if none were used.
Certificate[]
Returns the peer's certificates being used in this connection.
Certificate[]
Returns the chain of certificates that the remote side used in the handshake, or null if none were used.
Principal
Returns the peer's identity, or null if there is none.
Principal
Returns the remote peer's principal for this connection.
Principal
Returns the Principal representing the identity of the remote peer, or null if the remote peer has no known identity.
Certificate[]
Returns the certificates sent by the other party.