Adding an Encryptor

How to:

Encryptors are components that are called to encrypt an outgoing document. You can add an encryptor and define its properties using the console.

Note: In iSM release 6.0.1, using the decryptor is deprecated and not recommended.


Top of page

x
Procedure: How to Add an Encryptor

To add an encryptor:

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

    The Encryptors pane opens.

  2. Click Add.

    The Encryptor Type pane opens.

    The following types of encryptors 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 encryptor from the list, for example, AS3 Cryptograph.

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

  4. Click Next.

    The configuration parameters pane for the AS3 Cryptograph encryptor opens.

  5. Provide the required configuration parameters for the new encryptor, and click Next.

    The Name and Description pane opens.

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

    The encryptor is added to the list in the Encryptors pane.

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


iWay Software