Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.net.ssl.SSLPeerUnverifiedException

Uses of SSLPeerUnverifiedException in javax.net.ssl
 

Methods in javax.net.ssl that throw SSLPeerUnverifiedException
abstract  java.security.cert.Certificate[] HttpsURLConnection.getServerCertificates()
          Returns the certificates sent by the other party.
 java.security.cert.Certificate[] SSLSession.getPeerCertificates()
          Returns the chain of certificates that the remote side used in the handshake, or null if none were used.
 javax.security.cert.X509Certificate[] SSLSession.getPeerCertificateChain()
          Returns the chain of certificates that the remote side used in the handshake, or null if none were used.
 java.security.cert.Certificate[] HandshakeCompletedEvent.getPeerCertificates()
          Returns the peer's certificates being used in this connection.
 javax.security.cert.X509Certificate[] HandshakeCompletedEvent.getPeerCertificateChain()