Uses of Class
java.security.IdentityScope
| 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 IdentityScope in java.security
Methods in java.security that return IdentityScope Modifier and Type Method Description IdentityScopeIdentity. getScope()Deprecated.Returns theIdentityScopeof thisIdentity.static IdentityScopeIdentityScope. getSystemScope()Deprecated.Returns the system's scope.Methods in java.security with parameters of type IdentityScope Modifier and Type Method Description protected static voidIdentityScope. setSystemScope(IdentityScope scope)Deprecated.Sets the system's scope.Constructors in java.security with parameters of type IdentityScope Constructor Description Identity(String name, IdentityScope scope)Deprecated.Creates a new instance ofIdentitywith the specified name and the scope of thisIdentity.IdentityScope(String name, IdentityScope scope)Deprecated.Constructs a new instance ofIdentityScopewith the specified name and the specified scope.Signer(String name, IdentityScope scope)Deprecated.Constructs a new instance ofSignerwith the given name in the given scope. -
Uses of IdentityScope in org.apache.harmony.security
Subclasses of IdentityScope in org.apache.harmony.security Modifier and Type Class Description classSystemScopeConstructors in org.apache.harmony.security with parameters of type IdentityScope Constructor Description SystemScope(String name, IdentityScope scope)