Using the PGP Decrypt activity

During run time, the PGP Decrypt activity decrypts content received from another activity or variable in the orchestration. Complete the following steps to add and map inputs and output of the PGP Decrypt activity in an orchestration

Adding the PGP Encrypt activity

About this task

To add the PGP Decrypt activity in the orchestration, complete the following steps:

Procedure

  1. Create or open an orchestration. A graphical representation of the orchestration is displayed.
  2. Select the Activities tab and expand the Cryptoservice folder.
  3. Drag the PGP Decrypt activity onto the orchestration. The Summary of the activity configuration checklist is displayed.

What to do next

Map the inputs of the PGP Decrypt activity.

Mapping the inputs of the activity

About this task

To map the inputs of the PGP Decrypt activity, complete the following steps:

Procedure

  1. Select the Map Inputs task in the Checklist. The Map Inputs task is displayed. The cryptoserviceEntry input parameter is displayed in the To Activity pane.
  2. Map the variables to the nodes of the cryptoserviceEntry input parameter. The nodes of the cryptoserviceEntry/entry node are described in the following table:
    Table 1. Nodes of cryptoserviceEntry
    Node name Required xsd Type Description
    content Yes base64Binary Indicates the actual base64Binary content that must be encrypted.
    keyhandle Yes String Indicates the name of the GPG key that is used to encrypt the content.
    password Yes String Indicates the password that must be used to decrypt keyhandle.
    armored Optional Boolean Indicates the value that must be set for ASCII Armored output. The default value is False.
    Note: 128-bit encryption level requires an 8-byte key, which must be a 32-character hexadecimal string.

What to do next

Map the output of the PGP Decrypt activity.

Mapping the output of the activity

About this task

To map the output of the activity, complete the following steps:

Procedure

  1. Select the Map Outputs task in the Checklist. The Map Outputs task is displayed. The PGP Decrypt output parameter is displayed in the From Activity pane. The PGP Decrypt output parameter contains a variable that stores the decrypted content, which can be used in the orchestration.
  2. Map a variable from the PGP Decrypt output parameter to another variable or activity in the orchestration.



Feedback | Notices


Timestamp icon Last updated: Wednesday, 15 June 2016


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.doc/PGP_Decrypt.html