Uses of Interface
org.mozilla.jss.util.PasswordCallback
Packages that use PasswordCallback
Package
Description
Configuration and top-level operations of the JSS system.
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of PasswordCallback in org.mozilla.jss
Fields in org.mozilla.jss declared as PasswordCallbackModifier and TypeFieldDescriptionprivate PasswordCallbackCryptoManager.passwordCallbackInitializationValues.passwordCallbackThe password callback to be used by JSS whenever a password is needed.Methods in org.mozilla.jss that return PasswordCallbackModifier and TypeMethodDescriptionCryptoManager.getPasswordCallback()Returns the currently registered password callback.Methods in org.mozilla.jss with parameters of type PasswordCallbackModifier and TypeMethodDescriptionprivate voidCryptoManager.setNativePasswordCallback(PasswordCallback cb) voidCryptoManager.setPasswordCallback(PasswordCallback pwcb) This function sets the global password callback. -
Uses of PasswordCallback in org.mozilla.jss.crypto
Methods in org.mozilla.jss.crypto with parameters of type PasswordCallbackModifier and TypeMethodDescriptionvoidCryptoToken.changePassword(PasswordCallback oldpw, PasswordCallback newpw) Change the password of this token.voidCryptoToken.initPassword(PasswordCallback securityOfficerPW, PasswordCallback userPW) Initialize the password of this token.voidCryptoToken.login(PasswordCallback pwcb) Login to the token. -
Uses of PasswordCallback in org.mozilla.jss.pkcs11
Methods in org.mozilla.jss.pkcs11 with parameters of type PasswordCallbackModifier and TypeMethodDescriptionvoidPK11Token.changePassword(PasswordCallback oldPINcb, PasswordCallback newPINcb) Change password.voidPK11Token.initPassword(PasswordCallback ssopwcb, PasswordCallback userpwcb) Initialize PIN.voidPK11Token.login(PasswordCallback callback) Log into the token.protected voidPK11Token.nativeLogin(PasswordCallback callback) -
Uses of PasswordCallback in org.mozilla.jss.util
Classes in org.mozilla.jss.util that implement PasswordCallbackModifier and TypeClassDescriptionclassA password callback that obtains its password from the console.classA PasswordCallback that immediately gives up.classStores a password.