ajanta.util
Class AjantaUser

java.lang.Object
  |
  +--ajanta.util.AjantaUser
All Implemented Interfaces:
java.io.Serializable

public class AjantaUser
extends java.lang.Object
implements java.io.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, Serialized Form

Constructor Summary
AjantaUser()
           
 
Method Summary
 java.security.PrivateKey getUserDSAPrivateKey()
          This method reads the DSA Private Key from the user's .ajanta/user dir.
 ajanta.naming.URN getUserURN()
          This method read the urn of the user from .ajanta/user/urn file of the current user running the program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjantaUser

public AjantaUser()
Method Detail

getUserURN

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


getUserDSAPrivateKey

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