Uses of Class java.security.Identity

Uses in package java.security

Classes derived from java.security.Identity

class
IdentityScope represents a scope of an identity.
class
Signer is a subclass of Identity.

Methods with parameter type java.security.Identity

void
Adds an identity to his scope.
boolean
Checks for equality between this Identity and a specified object.
void
Removes an identity in this scope.

Methods with return type java.security.Identity

Identity
Returns the specified Identity, by name, within this scope.
Identity
Returns the specified Identity, by Principal, within this scope.
Identity
Returns the specified Identity, by public key, within this scope.