java.security
public
abstract
class
java.security.IdentityScope
Summary
Public Constructors
Protected Constructors
Public Methods
Protected Methods
addCertificate,
certificates,
equals,
getInfo,
getName,
getPublicKey,
getScope,
hashCode,
identityEquals,
removeCertificate,
setInfo,
setPublicKey,
toString,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
IdentityScope(String name)
Protected Constructors
protected
IdentityScope()
Public Methods
public
abstract
void
addIdentity(Identity identity)
public
abstract
void
removeIdentity(Identity identity)
public
abstract
int
size()
public
String
toString()
Returns a string containing a concise, human-readable description of the
receiver.
Protected Methods