Searched defs:AMPassword (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/security/keystore/
H A DAMPassword.java25 * $Id: AMPassword.java,v 1.2 2008/06/25 05:52:58 qcheng Exp $
38 * <p>A <code>AMPassword</code> can be used as a hard-coded
42 public class AMPassword extends AMCallbackHandler implements Cloneable, class in inherits:AMCallbackHandler,Cloneable,java.io.Serializable
48 private AMPassword() { method in class:AMPassword
57 public AMPassword(char[] pw) { method in class:AMPassword
70 * @return the cloned AMPassword
73 AMPassword dolly = new AMPassword();
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/security/keystore/
H A DAMPassword.java25 * $Id: AMPassword.java,v 1.2 2008/06/25 05:52:58 qcheng Exp $
38 * <p>A <code>AMPassword</code> can be used as a hard-coded
42 public class AMPassword extends AMCallbackHandler implements Cloneable, class in inherits:AMCallbackHandler,Cloneable,java.io.Serializable
48 private AMPassword() { method in class:AMPassword
57 public AMPassword(char[] pw) { method in class:AMPassword
70 * @return the cloned AMPassword
73 AMPassword dolly = new AMPassword();

Completed in 56 milliseconds