软件包 | 描述 |
---|---|
java.security |
为安全框架提供类和接口。
|
javax.net.ssl |
为安全套接字包提供类。
|
Modifier and Type | Method and Description |
---|---|
void |
Identity.addCertificate(Certificate certificate)
过时的。
为这个身份添加一个证书。
|
abstract void |
IdentityScope.addIdentity(Identity identity)
过时的。
将标识添加到这个标识范围。
|
void |
Identity.removeCertificate(Certificate certificate)
过时的。
从这个身份中移除一个证书。
|
abstract void |
IdentityScope.removeIdentity(Identity identity)
过时的。
从这个标识范围中移除一个身份。
|
void |
Identity.setPublicKey(PublicKey key)
过时的。
设置此身份的公共密钥。
|
Constructor and Description |
---|
Identity(String name, IdentityScope scope)
过时的。
用指定的名称和范围构造一个标识。
|
IdentityScope(String name, IdentityScope scope)
过时的。
用指定的名称和范围构造一个新的标识范围。
|
Signer(String name, IdentityScope scope)
过时的。
使用指定的标识名称和范围创建一个签名人。
|
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.