org.mozilla.jss.util

Class ConsolePasswordCallback

public class ConsolePasswordCallback extends Object implements PasswordCallback

A password callback that obtains its password from the console. Asterisks are echoed at the prompt.
Constructor Summary
ConsolePasswordCallback()
Method Summary
PasswordgetPasswordAgain(PasswordCallbackInfo token)
PasswordgetPasswordFirstAttempt(PasswordCallbackInfo info)

Constructor Detail

ConsolePasswordCallback

public ConsolePasswordCallback()

Method Detail

getPasswordAgain

public Password getPasswordAgain(PasswordCallbackInfo token)

getPasswordFirstAttempt

public Password getPasswordFirstAttempt(PasswordCallbackInfo info)