| Interface | Description |
|---|---|
| SecretKeyRepository |
Repository for storing/retrieving encryption keys.
|
| TextEncryptor |
Thread-safe service that facilitates easy encryption and decryption of text.
|
| Class | Description |
|---|---|
| Base64 | Deprecated |
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| CryptoUtils |
Utility methods for encryption/decryption and message digest.
|
| SecretKeyFactoryBean |
Spring factory bean used to easily inject a secret key from a
SecretKeyRepository. |
| SimpleAesCipher | Deprecated |
| SimpleCipher |
Utility class for simplifying encryption/decryption with the
Cipher class. |
| SimpleDigest |
Utility class for simplifying message digest generation, using the
MessageDigest. |
| Exception | Description |
|---|---|
| CryptoException |
General error thrown when a crypto related error occurs.
|
Copyright © 2018 CrafterCMS. All rights reserved.