Uses of Class
java.security.Identity
-
Packages that use Identity 软件包 描述 java.security 提供安全框架的类和接口。 -
-
Uses of Identity in java.security
Subclasses of Identity in java.security 变量和类型 类 描述 class
IdentityScope
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用此类,并且在将来的Java SE版本中将其删除。class
Signer
不推荐使用,要删除:此API元素将在以后的版本中删除。不推荐使用此类,并且在将来的Java SE版本中将其删除。Methods in java.security that return Identity 变量和类型 方法 描述 abstract Identity
IdentityScope. getIdentity(String name)
不推荐使用,要删除:此API元素将在以后的版本中删除。返回此范围内具有指定名称(如果有)的标识。Identity
IdentityScope. getIdentity(Principal principal)
不推荐使用,要删除:此API元素将在以后的版本中删除。检索其名称与指定主体的名称相同的标识。abstract Identity
IdentityScope. getIdentity(PublicKey key)
不推荐使用,要删除:此API元素将在以后的版本中删除。使用指定的公钥检索标识。Methods in java.security that return types with arguments of type Identity 变量和类型 方法 描述 abstract Enumeration<Identity>
IdentityScope. identities()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回此标识范围中所有标识的枚举。Methods in java.security with parameters of type Identity 变量和类型 方法 描述 abstract void
IdentityScope. addIdentity(Identity identity)
不推荐使用,要删除:此API元素将在以后的版本中删除。向此标识范围添加标识。protected boolean
Identity. identityEquals(Identity identity)
不推荐使用,要删除:此API元素将在以后的版本中删除。测试指定标识与此标识之间的相等性。abstract void
IdentityScope. removeIdentity(Identity identity)
不推荐使用,要删除:此API元素将在以后的版本中删除。从此标识范围中删除标识。
-