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
-
AjantaUser()
-
-
getUserDSAPrivateKey()
-
This method reads the DSA Private Key from the user's .ajanta/user
dir.
-
getUserURN()
-
This method read the urn of the user from .ajanta/user/urn
file of the current user running the program
AjantaUser
public AjantaUser()
getUserURN
public URN getUserURN()
- This method read the urn of the user from .ajanta/user/urn
file of the current user running the program
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