Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

You can override an encryption/decryption key from the Key Manager at runtime. Use PGP type KeyManager in Data Security for encrypting/decrypting the key.

Follow these steps to override key:

  1. Set the Base64 encoded key in String Format in context variable Service.DataSecurityActivityName.keyInStringFormat and follow these steps at runtime:
    1. Get the key String.
    2. Decode the Base64 String into actual key String.
    3. Covert it into PGP Key and use it for encrypting/decrypting.
  2. Set the context variable Service.DataSecurityActivityName.privateKeyPassword  to override the private key password.

If Data Security activity is Encryption then the key is a public else private.

  1. You must provide the password in plain text format.
  2. Do not save the Service variables in context info file.
  • No labels