Uses of Class
javax.net.ssl.SSLPeerUnverifiedException
Package
Description
Provides the classes for implementing networking applications.
Provides classes for the secure socket package.
-
Uses of SSLPeerUnverifiedException in java.net
Modifier 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
Modifier 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.