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
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.
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 gatewayenterprise
is the name of the enterpriseObjMgr
is the name of the Object Manager