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 描述 classIdentityScope已过时。此类不再使用。 它的功能已经被替换为java.security.KeyStore,该java.security.cert包,java.security.Principal。classSigner已过时。此类不再使用。 其功能已被java.security.KeyStore替代,java.security.cert包,以及java.security.Principal。Methods in java.security that return Identity Modifier and Type 方法 描述 abstract IdentityIdentityScope. getIdentity(String name)已过时。以指定的名称(如果有)返回此范围中的身份。IdentityIdentityScope. getIdentity(Principal principal)已过时。检索其名称与指定的主体相同的身份。abstract IdentityIdentityScope. 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 voidIdentityScope. addIdentity(Identity identity)已过时。向此身份范围添加身份。protected booleanIdentity. identityEquals(Identity identity)已过时。测试指定身份与此身份之间的相等性。abstract voidIdentityScope. removeIdentity(Identity identity)已过时。Removes an identity from this identity scope.
-