| Interface | Description |
|---|---|
| Cryptor | |
| Decryptor |
This interface transforms a byte array such that it equals the original data which was previously encrypted
with the "right"
Encryptor. |
| Encryptor |
This interface transforms a byte array such that later the original data can be restored with the "right"
Decryptor. |
| PasswordAuthenticationStore |
Stores username/password pairs, persistently or not.
|
| Class | Description |
|---|---|
| Cryptors |
Utility methods related to
Cryptors. |
| Decryptors | |
| Encryptors |
Utility methods related to
Encryptors. |
| MD5 | |
| PasswordAuthenticationStores |
Utility methods related to
PasswordAuthenticationStores. |
| SecretKeys |
Utility methods related to
SecretKeys. |
| Exception | Description |
|---|---|
| SaltException |
Indicates that after decryption, the salt data does not match.
|
| WrongKeyException |
Indicates that decryption failed because the key that was used is wrong.
|
Copyright © 2018 Arno Unkrig. All rights reserved.