Adding a Decryptor

How to:

Decryptors are modules that apply a decryption algorithm to the incoming message and verify the security of the message. It is used to verify whether a sender is authorized, to check that the message has not been changed, and to decrypt any part of the message that has been encrypted. Finally, the decryptor can be used to pass the message to a preparser.

Note: As of iSM version 6.1.2, using the decryptor is deprecated and not recommended.


Top of page

x
Procedure: How to Add a Decryptor

To add a decryptor:

  1. In the left console pane of the Registry menu, select Decryptors.

    The Decryptors pane opens.

  2. Click Add.

    The Decryptor Type pane opens.

    The following types of decryptors are available:

    • AS3 Cryptograph (com.ibi.security.XDAS3Encrypt)
    • JNI Cryptograph (com.ibi.security.XDJNIEncrypt)
    • Sample Cryptograph (com.ibi.security.XDSampleEncrypt)
  3. Select a type of decryptor from the list, for example, AS3 Cryptograph.

    You can also manually type the class name of a decryptor that is packaged in a .jar file, which is in the CLASSPATH.

  4. Click Next.

    The configuration parameters pane for the AS3 Cryptograph decryptor opens.

  5. Provide the required configuration parameters for the AS3 Cryptograph decryptor, and click Next.

    The Name and Description pane opens.

  6. Provide a name and, optionally, a description, for the decryptor, and click Finish.

    The decryptor is added to the list in the Decryptors pane.

    After a decryptor is added to iWay Service Manager, you can assign a decryptor to an inlet that is used to construct a channel. For more information, see Configuring Channels.


iWay Software