Class | Description |
---|---|
AesTextEncryptor |
Implementation of
TextEncryptor that uses AES as it's cipher algorithm and
Base 64 to encode raw bytes. |
NoOpTextEncryptor |
TextEncryptor that does not actually encrypt or decrypt the text at all. |
PbkAesTextEncryptor |
Extension of
AesTextEncryptor that generates the encryption key based
on a password and salt. |
SecretKeyRepositoryImpl |
Default implementation of
SecretKeyRepository , which uses JCE Key Store. |
Copyright © 2015 CrafterCMS. All Rights Reserved.