KDFException
class KDFException (View source)
Exception class for KDF 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 |