Uses of Class
javax.net.ssl.SSLPeerUnverifiedException
Packages that use SSLPeerUnverifiedException
Package
Description
Provides the classes for implementing networking applications.
Provides classes for the secure socket package.
-
Uses of SSLPeerUnverifiedException in java.net
Methods in java.net that throw SSLPeerUnverifiedExceptionModifier and TypeMethodDescriptionabstract Principal
SecureCacheResponse.getPeerPrincipal()
Returns the server's principal which was established as part of defining the session during the original connection that retrieved the network resource.abstract List<Certificate>
SecureCacheResponse.getServerCertificateChain()
Returns the server's certificate chain, which was established as part of defining the session in the original connection that retrieved the network resource, from cache. -
Uses of SSLPeerUnverifiedException in javax.net.ssl
Methods in javax.net.ssl that throw SSLPeerUnverifiedExceptionModifier and TypeMethodDescriptionHandshakeCompletedEvent.getPeerCertificateChain()
Deprecated, for removal: This API element is subject to removal in a future version.default X509Certificate[]
SSLSession.getPeerCertificateChain()
Deprecated, for removal: This API element is subject to removal in a future version.TheSSLSession.getPeerCertificates()
method that returns an array ofjava.security.cert.Certificate
should be used instead.HandshakeCompletedEvent.getPeerCertificates()
Returns the identity of the peer which was established as part of defining the session.SSLSession.getPeerCertificates()
Returns the identity of the peer which was established as part of defining the session.HandshakeCompletedEvent.getPeerPrincipal()
Returns the identity of the peer which was established as part of defining the session.HttpsURLConnection.getPeerPrincipal()
Returns the server's principal which was established as part of defining the session.SSLSession.getPeerPrincipal()
Returns the identity of the peer which was established as part of defining the session.abstract Certificate[]
HttpsURLConnection.getServerCertificates()
Returns the server's certificate chain which was established as part of defining the session.
HandshakeCompletedEvent.getPeerCertificates()
method that returns an array ofjava.security.cert.Certificate
should be used instead.