IdentityScope.addIdentity
Class Overview | Class Members | 
  This Package | 
All Packages
 public abstract void addIdentity( Identity identity ) throws KeyManagementException
Parameters
-  identity 
-  the identity to be added.
    
Description
 Adds an identity to this identity scope.
  
Exceptions
 KeyManagementException
     if the identity is not
 valid, a name conflict occurs, another identity has the same
 public key as the identity being added, or another exception
 occurs.