All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class ajanta.util.AjantaIdentity
java.lang.Object
   |
   +----java.security.Identity
           |
           +----ajanta.util.AjantaIdentity
  -  public class AjantaIdentity
  
-  extends Identity
  
Identity class for all the Ajanta entity. All AjantaIdentity object has a 
 urn and a Public Key
  
  -  
	AjantaIdentity(String)
   -  
 Constructor
 
  
 -  
	AjantaIdentity(URN)
   -  
 Constructor
 
 
  
  -  
	getURN()
   -   return the urn of the identity
 
  
AjantaIdentity
 public AjantaIdentity(String n)
  -  Constructor
  
    -  Parameters:
    
 -  n - - the urn of the identity as string representation
  
 
 
 
AjantaIdentity
 public AjantaIdentity(URN n)
  -  Constructor
  
    -  Parameters:
    
 -  n - - the name of the identity as urn
  
 
 
 
  
getURN
 public URN getURN()
  -  return the urn of the identity
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index