Identity.Identity
Class Overview | Class Members | 
  This Package | 
All Packages
 protected Identity()
Description
 Constructor for serialization only.
 public Identity( String name,
                 IdentityScope scope ) throws KeyManagementException
Parameters
-  name 
-  the identity name.
    
-  scope 
-  the scope of the identity.
    
Description
 Constructs an identity with the specified name and scope.
  
Exceptions
 KeyManagementException
     if there is already an identity
 with the same name in the scope.
  
 public Identity( String name )
Parameters
-  name 
-  the identity name.
  
Description
 Constructs an identity with the specified name and no scope.