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


Constructor Index

 o AjantaIdentity(String)
Constructor
 o AjantaIdentity(URN)
Constructor

Method Index

 o getURN()
return the urn of the identity

Constructors

 o AjantaIdentity
 public AjantaIdentity(String n)
Constructor

Parameters:
n - - the urn of the identity as string representation
 o AjantaIdentity
 public AjantaIdentity(URN n)
Constructor

Parameters:
n - - the name of the identity as urn

Methods

 o getURN
 public URN getURN()
return the urn of the identity


All Packages  Class Hierarchy  This Package  Previous  Next  Index