All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ajanta.util.AjantaUser

java.lang.Object
   |
   +----ajanta.util.AjantaUser

public class AjantaUser
extends Object
implements Serializable
The AjantaUser class read the user info from .ajanta/user dir needed by the current running program. It reads the user info for the owner of the running program.

See Also:
AjantaUser

Constructor Index

 o AjantaUser()

Method Index

 o getUserDSAPrivateKey()
This method reads the DSA Private Key from the user's .ajanta/user dir.
 o getUserURN()
This method read the urn of the user from .ajanta/user/urn file of the current user running the program

Constructors

 o AjantaUser
 public AjantaUser()

Methods

 o getUserURN
 public URN getUserURN()
This method read the urn of the user from .ajanta/user/urn file of the current user running the program

 o getUserDSAPrivateKey
 public PrivateKey getUserDSAPrivateKey()
This method reads the DSA Private Key from the user's .ajanta/user dir.


All Packages  Class Hierarchy  This Package  Previous  Next  Index