软件包 | 描述 |
---|---|
javax.naming.ldap |
为提升扩展操作和控制支持。
|
javax.net.ssl |
为安全套接字包提供类。
|
Modifier and Type | Method and Description |
---|---|
abstract SSLSession |
StartTlsResponse.negotiate(SSLSocketFactory factory)
协商TLS会话使用SSL套接字工厂。
|
Modifier and Type | Method and Description |
---|---|
protected abstract SSLSocketFactory |
SSLContextSpi.engineGetSocketFactory()
返回此上下文
SocketFactory 对象。
|
static SSLSocketFactory |
HttpsURLConnection.getDefaultSSLSocketFactory()
获取默认静态
SSLSocketFactory 是由这类的新实例继承。
|
SSLSocketFactory |
SSLContext.getSocketFactory()
返回此上下文
SocketFactory 对象。
|
SSLSocketFactory |
HttpsURLConnection.getSSLSocketFactory()
获取SSL套接字工厂来创建安全的HTTPS URL连接插座使用时。
|
Modifier and Type | Method and Description |
---|---|
static void |
HttpsURLConnection.setDefaultSSLSocketFactory(SSLSocketFactory sf)
设置默认
SSLSocketFactory 这个类的新实例继承。
|
void |
HttpsURLConnection.setSSLSocketFactory(SSLSocketFactory sf)
将此实例创建时使用安全的HTTPS URL连接插座的
SSLSocketFactory 。
|
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.