| Package | Description |
|---|---|
| org.craftercms.commons.config | |
| org.craftercms.commons.crypto.impl |
| Modifier and Type | Field and Description |
|---|---|
protected TextEncryptor |
DecryptionLookup.encryptor |
| Constructor and Description |
|---|
DecryptionLookup(TextEncryptor encryptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AesTextEncryptor
Implementation of
TextEncryptor that uses AES as it's cipher algorithm and
Base 64 to encode raw bytes. |
class |
NoOpTextEncryptor
TextEncryptor that does not actually encrypt or decrypt the text at all. |
class |
PbkAesTextEncryptor
Extension of
AesTextEncryptor that generates the encryption key based
on a password and salt. |
Copyright © 2018 CrafterCMS. All rights reserved.