Uses of Class
java.security.Identity
-
Packages that use Identity 软件包 描述 java.security 提供安全框架的类和接口。 -
-
Uses of Identity in java.security
Subclasses of Identity in java.security Modifier and Type Class 描述 class
IdentityScope
已过时。此类不再使用。 它的功能已经被替换为java.security.KeyStore
,该java.security.cert
包,java.security.Principal
。class
Signer
已过时。此类不再使用。 其功能已被java.security.KeyStore
替代,java.security.cert
包,以及java.security.Principal
。Methods in java.security that return Identity Modifier and Type 方法 描述 abstract Identity
IdentityScope. getIdentity(String name)
已过时。以指定的名称(如果有)返回此范围中的身份。Identity
IdentityScope. getIdentity(Principal principal)
已过时。检索其名称与指定的主体相同的身份。abstract Identity
IdentityScope. getIdentity(PublicKey key)
已过时。使用指定的公钥检索身份。Methods in java.security that return types with arguments of type Identity Modifier and Type 方法 描述 abstract Enumeration<Identity>
IdentityScope. identities()
已过时。返回此身份范围内所有身份的枚举。Methods in java.security with parameters of type Identity Modifier and Type 方法 描述 abstract void
IdentityScope. addIdentity(Identity identity)
已过时。向此身份范围添加身份。protected boolean
Identity. identityEquals(Identity identity)
已过时。测试指定身份与此身份之间的相等性。abstract void
IdentityScope. removeIdentity(Identity identity)
已过时。Removes an identity from this identity scope.
-