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 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 IncorrectPasswordException in org.mozilla.jss.pkcs11
Subclasses of IncorrectPasswordException in org.mozilla.jss.pkcs11Modifier and TypeClassDescriptionstatic classThrown 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 voidPK11Token.changePassword(byte[] oldPIN, byte[] newPIN) Change the password on the token from the old one to the new one.voidPK11Token.changePassword(PasswordCallback oldPINcb, PasswordCallback newPINcb) Change password.protected voidPK11Token.initPassword(byte[] ssopw, byte[] userpw) voidPK11Token.initPassword(PasswordCallback ssopwcb, PasswordCallback userpwcb) Initialize PIN.voidPK11Token.login(PasswordCallback callback) Log into the token.protected voidPK11Token.nativeLogin(PasswordCallback callback)