软件包 | 描述 |
---|---|
java.net |
为实现网络应用程序提供类。
|
javax.net.ssl |
为安全套接字包提供类。
|
Modifier and Type | Method and Description |
---|---|
abstract Principal |
SecureCacheResponse.getPeerPrincipal()
返回在已检索到网络资源的原始连接期间建立的服务器的一部分,该服务器的主体是定义会话的一部分。
|
abstract List<Certificate> |
SecureCacheResponse.getServerCertificateChain()
返回服务器的证书链,该链是在从缓存中检索网络资源的原始连接中定义会话的一部分而建立的。
|
Modifier and Type | Method and Description |
---|---|
X509Certificate[] |
HandshakeCompletedEvent.getPeerCertificateChain()
返回被确定为定义会话的一部分的对等体的身份。
|
X509Certificate[] |
SSLSession.getPeerCertificateChain()
返回被确定为定义会话的一部分的对等体的身份。
|
Certificate[] |
HandshakeCompletedEvent.getPeerCertificates()
返回作为定义会话定义会话的一部分而建立的对等体的身份。
|
Certificate[] |
SSLSession.getPeerCertificates()
返回作为定义会话定义会话的一部分而建立的对等体的身份。
|
Principal |
HttpsURLConnection.getPeerPrincipal()
返回服务器的主要部分,这是作为定义会话的一部分而建立的。
|
Principal |
HandshakeCompletedEvent.getPeerPrincipal()
返回作为定义会话定义会话的一部分而建立的对等体的身份。
|
Principal |
SSLSession.getPeerPrincipal()
返回作为定义会话定义会话的一部分而建立的对等体的身份。
|
abstract Certificate[] |
HttpsURLConnection.getServerCertificates()
返回作为定义会话的一部分而建立的服务器的证书链。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.