软件包 | 描述 |
---|---|
javax.net.ssl |
为安全套接字包提供类。
|
Modifier and Type | Interface and Description |
---|---|
interface |
X509KeyManager
该接口管理基于X509证书密钥对用于验证安全套接字的本地端的实例。
|
Modifier and Type | Class and Description |
---|---|
class |
X509ExtendedKeyManager
抽象类,提供了对x509keymanager接口扩展。
|
Modifier and Type | Method and Description |
---|---|
protected abstract KeyManager[] |
KeyManagerFactorySpi.engineGetKeyManagers()
返回每个类型关键材料的一个关键管理器。
|
KeyManager[] |
KeyManagerFactory.getKeyManagers()
返回每个类型关键材料的一个关键管理器。
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
SSLContextSpi.engineInit(KeyManager[] km, TrustManager[] tm, SecureRandom sr)
初始化上下文。
|
void |
SSLContext.init(KeyManager[] km, TrustManager[] tm, SecureRandom random)
初始化上下文。
|
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.