Uses of Class
javax.net.ssl.SSLPeerUnverifiedException

Packages that use SSLPeerUnverifiedException
javax.net.ssl This package defines interfaces and classes for the Java Secure Sockets Extension (JSSE). 
 

Uses of SSLPeerUnverifiedException in javax.net.ssl
 

Methods in javax.net.ssl that throw SSLPeerUnverifiedException
 X509Certificate[] SSLSession.getPeerCertificateChain()
          Return the cert chain presented by the peer.
 X509Certificate[] HandshakeCompletedEvent.getPeerCertificateChain()
          Returns the identity of the peer which was identified as part of defining the session.