1753767 Members
5888 Online
108799 Solutions
New Discussion

Java SSLContext Question

 
Wesley_3
New Member

Java SSLContext Question

I am running a servlet that creates a secure socket connection, however, the machine that is running HP-Unix takes longer to execute this call to SSLContext.init() than a Windows 2000 machine.

sslContext.init(keyManagerFactory.getKeyManagers(), null,
new java.security.SecureRandom());

Does anyone have I idea as to how I can improve this performance. The Unix box takes around 3 minutes to get the secure connection, but the Windows 2000 box takes around 7 seconds.

Any help would be greatly appreciated,

Wes
wes.marshall@lodestarcorp.com