public abstract class IdentityScope extends Identity
Modifier | Constructor and Description |
---|---|
protected |
IdentityScope()
Deprecated.
|
|
IdentityScope(String name)
Deprecated.
|
|
IdentityScope(String name,
IdentityScope scope)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
addIdentity(Identity identity)
Deprecated.
|
Identity |
getIdentity(Principal principal)
Deprecated.
|
abstract Identity |
getIdentity(PublicKey key)
Deprecated.
|
abstract Identity |
getIdentity(String name)
Deprecated.
|
static IdentityScope |
getSystemScope()
Deprecated.
|
abstract Enumeration |
identities()
Deprecated.
|
abstract void |
removeIdentity(Identity identity)
Deprecated.
|
protected static void |
setSystemScope(IdentityScope scope)
Deprecated.
|
abstract int |
size()
Deprecated.
|
String |
toString()
Deprecated.
Default String representation: overriden by many classes.
|
addCertificate, certificates, equals, getInfo, getName, getPublicKey, getScope, hashCode, identityEquals, removeCertificate, setInfo, setPublicKey, toString
protected IdentityScope()
public IdentityScope(String name)
public IdentityScope(String name, IdentityScope scope) throws KeyManagementException
KeyManagementException
public static IdentityScope getSystemScope()
protected static void setSystemScope(IdentityScope scope)
public abstract int size()
public abstract void addIdentity(Identity identity) throws KeyManagementException
KeyManagementException
public abstract void removeIdentity(Identity identity) throws KeyManagementException
KeyManagementException
public abstract Enumeration identities()