Decrypt

Logic name
Decrypt (Document Mapper/Variable Mapper/Merge Mapper)
Function
This logic decrypts the input string.
Data types
Location |
Type |
---|---|
First input handler |
String |
Second input handler |
String |
Logic output |
String |
Refer to the following for details:
-
Logic specifications (Document Mapper/Variable Mapper)
-
Logic specifications (Merge Mapper)
Properties
Category |
Property |
Description |
---|---|---|
Null processing |
Null option |
Specify how to handle the input if it contains null. |
Comment |
Comment |
You can write a description of the logic. It doesn't affect the conversion process. |
Null option
Option |
Description |
---|---|
Output null if first input handler is null |
Outputs null if the value of the first input handler is null. |
Throw exception when unable to determine/calculate/process |
Throws an exception (CalculationException) and stops the processing when the system is unable to determine/calculate/process. |
Refer to the following for details:
-
Logic specifications (Document Mapper/Variable Mapper)
-
Logic specifications (Merge Mapper)
Function details
The data encrypted with the Encrypt logic is decrypted and the result is output.
Set the encrypted data for the first input handler, and the key used for encryption for the second input handler.
Notes
-
Null option is applied only to the first input handler which serves as input data.
-
Exception is thrown when the value of the second input handler which serves as the decryption key is null.
-
Decryption fails and exception is thrown when the input data or the key is invalid.
Logic sample
Mapping definition

Logic settings and processing result
The logic decrypts the encrypted data and outputs decrypted value.
Property settings
Property |
Setting |
---|---|
Null option |
Output null if first input handler is null |
Input data
BO8iiUy0bR7zTLrMUZIjIIi6bqqpNv6jFwCAIbzLjFs=,vaFD23$ |
EKOUC4WYasoixMeaFx7baSUbcyuHoy/CzUYlMI9E7QY=,b#%9fDv |
fmRh9R6Jni6kqZrs3RBhKOSHJgeJdMnsbZnq2uSgjJ0=,Po8'&i( |
Output data
SampleValue |
SampleData |
123456789 |
For a list of logics, refer to Mapper Logic Guide.