✓
@Deprecated(since="1.2"forRemoval=true)
public abstract class IdentityScope
public abstract class IdentityScope
extends java.security.Identity
Constructors
- ✓protected IdentityScope()
- ✓public IdentityScope(java.lang.String arg0)
- ✓public IdentityScope(java.lang.String arg0, java.security.IdentityScope arg1) throws java.security.KeyManagementException
Methods
- ✓public abstract void addIdentity(java.security.Identity arg0) throws java.security.KeyManagementException
- ✓public abstract java.security.Identity getIdentity(java.lang.String arg0)
- ✓public java.security.Identity getIdentity(java.security.Principal arg0)
- ✓public abstract java.security.Identity getIdentity(java.security.PublicKey arg0)
- ✓public static java.security.IdentityScope getSystemScope()
- ✓public abstract java.util.Enumeration<java.security.Identity> identities()
- ✓public abstract void removeIdentity(java.security.Identity arg0) throws java.security.KeyManagementException
- ✓protected static void setSystemScope(java.security.IdentityScope arg0)
- ✓public abstract int size()
- ✓public java.lang.String toString()