|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ajanta.util.AjantaUser
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.
AjantaUser
,
Serialized FormConstructor 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 |
public AjantaUser()
Method Detail |
public ajanta.naming.URN getUserURN()
public java.security.PrivateKey getUserDSAPrivateKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |