Uses of Class
java.security.Identity
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| org.apache.harmony.security |
-
Uses of Identity in java.security
Subclasses of Identity in java.security Modifier and Type Class Description classIdentityScopeDeprecated.classSignerDeprecated.Use thejava.security.certpackage andPrincipalinstead.Methods in java.security that return Identity Modifier and Type Method Description abstract IdentityIdentityScope. getIdentity(String name)Deprecated.Returns theIdentitywith the specified name ornullif noIdentitywith the specified name is present in this scope.IdentityIdentityScope. getIdentity(Principal principal)Deprecated.Returns theIdentitywith the name of the specified principal ornullif noIdentitywith the name of the specified principal is present in this scope.abstract IdentityIdentityScope. getIdentity(PublicKey key)Deprecated.Returns theIdentitywhich is associated with the specified key ornullif noIdentityassociated with the specified key is present in this scope.Methods in java.security that return types with arguments of type Identity Modifier and Type Method Description abstract Enumeration<Identity>IdentityScope. identities()Deprecated.Returns anEnumerationover theIdentityobjects in thisIdentityScope.Methods in java.security with parameters of type Identity Modifier and Type Method Description abstract voidIdentityScope. addIdentity(Identity identity)Deprecated.Adds anIdentityto thisIdentityScope.protected booleanIdentity. identityEquals(Identity identity)Deprecated.Compares the specifiedIdentitywith thisIdentityfor equality and returnstrueif the specified object is equal,falseotherwise.abstract voidIdentityScope. removeIdentity(Identity identity)Deprecated.Removes anIdentityfrom thisIdentityScope. -
Uses of Identity in org.apache.harmony.security
Subclasses of Identity in org.apache.harmony.security Modifier and Type Class Description classSystemScopeMethods in org.apache.harmony.security that return Identity Modifier and Type Method Description IdentitySystemScope. getIdentity(String name)IdentitySystemScope. getIdentity(PublicKey key)Methods in org.apache.harmony.security with parameters of type Identity Modifier and Type Method Description voidSystemScope. addIdentity(Identity identity)voidSystemScope. removeIdentity(Identity identity)
Principal,KeyStoreand thejava.security.certpackage instead.