Encrypting Communication Between the Java Data Bean and the Siebel Server

To encrypt communication between the Siebel Java Data Bean and the Siebel Server, you can use Transport Level Security (TLS).

Use TLS as transport which provides AES256 based encryption and certificate-based trust. For example,
siebel.TLS.none.none://test.siebel.com/siebel/

To encrypt communication between the Siebel Java Data Bean and the Siebel Server

  1. Enable encryption in the Object Manager server component that you use for the communication between the Java Data Bean and the Siebel Server.

    For more information, see Siebel System Administration Guide.

  2. Set the encryption parameter of the connect string in the Siebel Java Data Bean to rsa.

    For example:

    siebel.tcpip.rsa.none://gateway/enterprise/ObjMgr
    

    where:

    • gateway is the name of the gateway

    • enterprise is the name of the enterprise

    • ObjMgr is the name of the Object Manager