Connection to Oracle with TCPS

Hello,

I am trying to connect Oracle 11gR2 which is configured to accept connections via TCPS. I can connect the DB via Java code without problem.

But connecting from Openfire, yields to an error since I cannot give the system propoerty for cipher suites.

I have to give "-Doracle.net.ssl_cipher_suites=“SSL_DH_anon_WITH_RC4_128_MD5, …” etc. as a connection property. How can I do it?