Uses of Class
javax.net.ssl.SSLPeerUnverifiedException
| Package | Description |
|---|---|
| com.squareup.okhttp.internal.http | |
| java.net | |
| 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.
|
| org.conscrypt |
-
Uses of SSLPeerUnverifiedException in com.squareup.okhttp.internal.http
Methods in com.squareup.okhttp.internal.http that throw SSLPeerUnverifiedException Modifier and Type Method Description PrincipalHttpsURLConnectionImpl. getPeerPrincipal()Certificate[]HttpsURLConnectionImpl. getServerCertificates() -
Uses of SSLPeerUnverifiedException in java.net
Methods in java.net that throw SSLPeerUnverifiedException Modifier and Type Method Description abstract PrincipalSecureCacheResponse. getPeerPrincipal()Gets the server's principle.abstract List<Certificate>SecureCacheResponse. getServerCertificateChain()Gets the cached server's certificate chain. -
Uses of SSLPeerUnverifiedException in javax.net.ssl
Methods in javax.net.ssl that throw SSLPeerUnverifiedException 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.Certificate[]HandshakeCompletedEvent. getPeerCertificates()Return the list of certificates identifying the peer during the handshake.Certificate[]SSLSession. getPeerCertificates()Returns the list of certificates the peer used to identify itself during the handshake.PrincipalHandshakeCompletedEvent. getPeerPrincipal()Returns thePrincipalidentifying the peer.PrincipalHttpsURLConnection. getPeerPrincipal()Returns thePrincipalidentifying the peer.PrincipalSSLSession. getPeerPrincipal()Returns the principal identifying the peer during the handshake.abstract Certificate[]HttpsURLConnection. getServerCertificates()Return the list of certificates identifying the peer during the handshake. -
Uses of SSLPeerUnverifiedException in org.conscrypt
Methods in org.conscrypt that throw SSLPeerUnverifiedException 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()Certificate[]OpenSSLSessionImpl. getPeerCertificates()Return the identity of the peer in this SSL session determined via certificate(s).Certificate[]SSLSessionImpl. getPeerCertificates()PrincipalOpenSSLSessionImpl. getPeerPrincipal()The identity of the principal that was used by the peer during the SSL handshake phase is returned by this method.PrincipalSSLSessionImpl. getPeerPrincipal()