PBKDF2Exception
class PBKDF2Exception extends KDFException (View source)
Exception class for PBKDF2 errors
Constants
KEY_LENGTH_LOW |
The key length is too low |
KEY_LENGTH_HIGH |
The key length is too high |
SALT_LENGTH_HIGH |
The salt is too long |
PASSWORD_LENGTH_INVALID |
The password is too long |
DERIVATION_FAILED |
KDF derivation failed |
HASH_ALGORITHM_NOT_FOUND |
Hash algorithm '%s' not found |
ITERATIONS_HIGH |
Iterations count is too high |