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 String
protected static final String
protected final IvParameterSpec
protected 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:
encrypt
in interfaceEncryptionService
-
decrypt
- Specified by:
decrypt
in interfaceEncryptionService
-