TOC PREV NEXT INDEX




Using an SSLSocket Object


The ice.ssl.SSLSocket class extends java.net.Socket, and can be used as an ordinary socket object. However, before use, you must install a certificate manager. A certificate manager checks that incoming certificates from a server are signed by a trusted certification authority (CA) and contain no errors.

You can install a certificate manager as follows:

ice.ssl.CertificateManager.setCertificateManager(new CertificateManager());
 


Copyright 2005. ICEsoft Technologies, Inc.
http://www.icesoft.com

TOC PREV NEXT INDEX