March 2005
Beginner to intermediate
1254 pages
104h 21m
English
SSLPeerUnverifiedException
Signals that authentication of the remote host was not successfully completed.
Figure 18-9. javax.net.ssl.SSLPeerUnverifiedException
public class SSLPeerUnverifiedException extends SSLException { // Public Constructors public SSLPeerUnverifiedException(String reason); }
java.net.SecureCacheResponse.{getPeerPrincipal( ),
getServerCertificateChain( )},
HandshakeCompletedEvent.{getPeerCertificateChain(
), getPeerCertificates( ),
getPeerPrincipal( )},
HttpsURLConnection.{getPeerPrincipal( ),
getServerCertificates( )},
SSLSession.{getPeerCertificateChain( ),
getPeerCertificates( ), getPeerPrincipal(
)}
Read now
Unlock full access