Uses of Class
javax.net.ssl.SSLPeerUnverifiedException
-
Packages that use SSLPeerUnverifiedException 软件包 描述 java.net 提供实现网络应用程序的类。javax.net.ssl 为安全套接字包提供类。 -
-
Uses of SSLPeerUnverifiedException in java.net
Methods in java.net that throw SSLPeerUnverifiedException Modifier and Type 方法 描述 abstract PrincipalSecureCacheResponse. getPeerPrincipal()返回作为在检索网络资源的原始连接期间定义会话的一部分而建立的服务器的主体。abstract List<Certificate>SecureCacheResponse. getServerCertificateChain()返回服务器的证书链,它是作为在检索网络资源的原始连接中从缓存定义会话的一部分而建立的。 -
Uses of SSLPeerUnverifiedException in javax.net.ssl
Methods in javax.net.ssl that throw SSLPeerUnverifiedException Modifier and Type 方法 描述 X509Certificate[]HandshakeCompletedEvent. getPeerCertificateChain()已过时。应该使用返回java.security.cert.Certificate数组的HandshakeCompletedEvent.getPeerCertificates()方法。X509Certificate[]SSLSession. getPeerCertificateChain()已过时。该SSLSession.getPeerCertificates()方法返回的数组java.security.cert.Certificate应改为使用。Certificate[]HandshakeCompletedEvent. getPeerCertificates()返回作为定义会话的一部分而建立的对等体的身份。Certificate[]SSLSession. getPeerCertificates()返回作为定义会话的一部分而建立的对等体的身份。PrincipalHandshakeCompletedEvent. getPeerPrincipal()返回作为定义会话的一部分而建立的对等体的身份。PrincipalHttpsURLConnection. getPeerPrincipal()返回作为定义会话的一部分而建立的服务器的主体。PrincipalSSLSession. getPeerPrincipal()返回作为定义会话的一部分而建立的对等体的身份。abstract Certificate[]HttpsURLConnection. getServerCertificates()返回作为定义会话的一部分而建立的服务器的证书链。
-