软件包 | 描述 |
---|---|
java.security |
为安全框架提供类和接口。
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityScope
过时的。
这个类不再使用。它的功能已经取代了
java.security.KeyStore ,java.security.cert 包,和java.security.Principal 。
|
class |
Signer
过时的。
这个类不再使用。它的功能已经取代了
java.security.KeyStore ,java.security.cert 包,和java.security.Principal 。
|
Modifier and Type | Method and Description |
---|---|
Identity |
IdentityScope.getIdentity(Principal principal)
过时的。
检索与指定的主体名称相同的身份。
|
abstract Identity |
IdentityScope.getIdentity(PublicKey key)
过时的。
用指定的公共密钥检索身份。
|
abstract Identity |
IdentityScope.getIdentity(String name)
过时的。
以指定的名称返回这个范围的身份(如果有的话)。
|
Modifier and Type | Method and Description |
---|---|
abstract Enumeration<Identity> |
IdentityScope.identities()
过时的。
返回在这个标识范围内的所有身份的枚举。
|
Modifier and Type | Method and Description |
---|---|
abstract void |
IdentityScope.addIdentity(Identity identity)
过时的。
将标识添加到这个标识范围。
|
protected boolean |
Identity.identityEquals(Identity identity)
过时的。
指定的身份和该身份之间的平等性的测试。
|
abstract void |
IdentityScope.removeIdentity(Identity identity)
过时的。
从这个标识范围中移除一个身份。
|
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.