Java Platform 1.2
Beta 4

Uses of Class
java.security.Identity

Packages that use Identity
java.security Provides the classes and interfaces for the security framework.  
 

Uses of Identity in java.security
 

Subclasses of Identity in java.security
  IdentityScope
          Deprecated. This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.
  Signer
          Deprecated. This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.
 

Methods in java.security that return Identity
abstract  Identity IdentityScope.getIdentity(String name)
          Deprecated. Returns the identity in this scope with the specified name (if any).
 Identity IdentityScope.getIdentity(Principal principal)
          Deprecated. Retrieves the identity whose name is the same as that of the specified principal.
abstract  Identity IdentityScope.getIdentity(PublicKey key)
          Deprecated. Retrieves the identity with the specified public key.
 

Methods in java.security with parameters of type Identity
protected  boolean Identity.identityEquals(Identity identity)
          Deprecated. Tests for equality between the specified identity and this identity.
abstract  void IdentityScope.addIdentity(Identity identity)
          Deprecated. Adds an identity to this identity scope.
abstract  void IdentityScope.removeIdentity(Identity identity)
          Deprecated. Removes an identity from this identity scope.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.