Sample Java applications that use SSL

Two sample Java applications that use SSL are in the html/classes/Sample/ClientSSL directory of your EAServer installation. The SSLDemo application allows you to configure SSL sessions using ORB properties set on the command line. The application uses the SSLSessionInfo interface to print a description of the SSL session. The SSLCbDemo application uses the SSLServiceProvider interface and an SSL callback class to query the user for SSL settings.