java.lang.Object java.security.Identity java.security.IdentityScope
Signer
Key
public abstract void addIdentity(Identity identity) throws KeyManagementException
public abstract Identity getIdentity(String name)
public Identity getIdentity(Principal principal)
public abstract Identity getIdentity(PublicKey key)
public static IdentityScope getSystemScope()
setSystemScope(java.security.IdentityScope)
public abstract Enumeration<Identity> identities()
protected IdentityScope()
public IdentityScope(String name)
public IdentityScope(String name, IdentityScope scope) throws KeyManagementException
public abstract void removeIdentity(Identity identity) throws KeyManagementException
protected static void setSystemScope(IdentityScope scope)
SecurityManager.checkSecurityAccess(java.lang.String)
getSystemScope()
public abstract int size()
public String toString()