Class AesProtectedVariableValueEncryptor
java.lang.Object
com.flowable.platform.engine.impl.tenant.AesProtectedVariableValueEncryptor
- All Implemented Interfaces:
ProtectedVariableValueEncryptor
public class AesProtectedVariableValueEncryptor
extends Object
implements ProtectedVariableValueEncryptor
- Author:
- Christopher Welsch
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected static final String
protected final IvParameterSpec
protected final SecretKeySpec
-
Constructor Summary
ConstructorDescriptionAesProtectedVariableValueEncryptor
(String initializationVector, String secret) -
Method Summary
-
Field Details
-
AES_KEY
- See Also:
-
AES_CIPHER
- See Also:
-
initializationVectorSpec
-
secretKeySpec
-
-
Constructor Details
-
AesProtectedVariableValueEncryptor
-
-
Method Details
-
encrypt
- Specified by:
encrypt
in interfaceProtectedVariableValueEncryptor
-
decrypt
- Specified by:
decrypt
in interfaceProtectedVariableValueEncryptor
-