Uses of Class java.security.Identity

Uses in package java.security

Classes derived from java.security.Identity

class
This class represents a scope for identities.
class
This class is used to represent an Identity that can also digitally sign data.

The management of a signer's private keys is an important and sensitive issue that should be handled by subclasses as appropriate to their intended use.

Methods with parameter type java.security.Identity

void
Adds an identity to this identity scope.
boolean
Tests for equality between the specified identity and this identity.
void
Removes an identity from this identity scope.

Methods with return type java.security.Identity

Identity
Returns the identity in this scope with the specified name (if any).
Identity
Retrieves the identity whose name is the same as that of the specified principal.
Identity
Retrieves the identity with the specified public key.