Class JasyptCipherProvider
java.lang.Object
com.github.cafapi.common.ciphers.jasypt.JasyptCipherProvider
- All Implemented Interfaces:
CipherProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCipher
(BootstrapConfiguration bootstrapConfiguration) Get a Cipher implementation.
-
Constructor Details
-
JasyptCipherProvider
public JasyptCipherProvider()
-
-
Method Details
-
getCipher
Description copied from interface:CipherProvider
Get a Cipher implementation.- Specified by:
getCipher
in interfaceCipherProvider
- Parameters:
bootstrapConfiguration
- used for configuring the Cipher- Returns:
- a new Cipher instance
- Throws:
CipherException
- if the Cipher instance could not be created
-