Class JasyptCipher
java.lang.Object
com.github.cafapi.common.ciphers.jasypt.JasyptCipher
- All Implemented Interfaces:
Cipher
Implementation of a SecurityProvider that uses Jasypt to provide basic text encryption/decryption capabilities. The strong encryptor is
not used to avoid licensing/export issues.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The keyword used to encrypt and decrypt data. -
Constructor Summary
ConstructorsConstructorDescriptionJasyptCipher
(BootstrapConfiguration bootstrap) The cipher.pass variable must be present in the bootstrap configuration for this provider to init. -
Method Summary
-
Field Details
-
CONFIG_SECURITY_PASS
The keyword used to encrypt and decrypt data.- See Also:
-
-
Constructor Details
-
JasyptCipher
The cipher.pass variable must be present in the bootstrap configuration for this provider to init.- Throws:
CipherException
-
-
Method Details