Class AesEncryptionService
java.lang.Object
com.flowable.platform.engine.impl.crypto.AesEncryptionService
- All Implemented Interfaces:
EncryptionService
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected final IvParameterSpecprotected final SecretKeySpec -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AES_KEY
- See Also:
-
AES_CIPHER
- See Also:
-
initializationVectorSpec
-
secretKeySpec
-
-
Constructor Details
-
AesEncryptionService
-
-
Method Details
-
encrypt
- Specified by:
encryptin interfaceEncryptionService
-
decrypt
- Specified by:
decryptin interfaceEncryptionService
-