|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mfwk.security.password.MfPassword
Class to generate randomly computed password.
Constructor Summary | |
MfPassword()
|
Method Summary | |
static java.lang.String |
getMfPassword(int n)
Generates a random password. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MfPassword()
Method Detail |
public static java.lang.String getMfPassword(int n)
n
- Number of characters of the password.
Must be positive, otherwise as null string is returned.
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |