Decrypt

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

= Hint =

Refer to the following for details:

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.

= Hint =

Refer to the following for details:

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

Decrypt

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

 

= Hint =

For a list of logics, refer to Mapper Logic Guide.