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 PasswordCallback
CryptoManager.passwordCallback
InitializationValues.passwordCallback
The 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 void
CryptoManager.setNativePasswordCallback
(PasswordCallback cb) void
CryptoManager.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 TypeMethodDescriptionvoid
CryptoToken.changePassword
(PasswordCallback oldpw, PasswordCallback newpw) Change the password of this token.void
CryptoToken.initPassword
(PasswordCallback securityOfficerPW, PasswordCallback userPW) Initialize the password of this token.void
CryptoToken.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 TypeMethodDescriptionvoid
PK11Token.changePassword
(PasswordCallback oldPINcb, PasswordCallback newPINcb) Change password.void
PK11Token.initPassword
(PasswordCallback ssopwcb, PasswordCallback userpwcb) Initialize PIN.void
PK11Token.login
(PasswordCallback callback) Log into the token.protected void
PK11Token.nativeLogin
(PasswordCallback callback) -
Uses of PasswordCallback in org.mozilla.jss.util
Classes in org.mozilla.jss.util that implement PasswordCallbackModifier and TypeClassDescriptionclass
A password callback that obtains its password from the console.class
A PasswordCallback that immediately gives up.class
Stores a password.