Uses of Class
org.mozilla.jss.util.IncorrectPasswordException
Packages that use IncorrectPasswordException
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of IncorrectPasswordException in org.mozilla.jss.crypto
Methods in org.mozilla.jss.crypto that throw IncorrectPasswordExceptionModifier 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 IncorrectPasswordException in org.mozilla.jss.pkcs11
Subclasses of IncorrectPasswordException in org.mozilla.jss.pkcs11Modifier and TypeClassDescriptionstatic class
Thrown if the operation requires that the token be logged in, and it isn't.Methods in org.mozilla.jss.pkcs11 that throw IncorrectPasswordExceptionModifier and TypeMethodDescriptionprotected void
PK11Token.changePassword
(byte[] oldPIN, byte[] newPIN) Change the password on the token from the old one to the new one.void
PK11Token.changePassword
(PasswordCallback oldPINcb, PasswordCallback newPINcb) Change password.protected void
PK11Token.initPassword
(byte[] ssopw, byte[] userpw) void
PK11Token.initPassword
(PasswordCallback ssopwcb, PasswordCallback userpwcb) Initialize PIN.void
PK11Token.login
(PasswordCallback callback) Log into the token.protected void
PK11Token.nativeLogin
(PasswordCallback callback)