Class IBMJSSESocketFactory

All Implemented Interfaces:
SecureSocketFactory, SocketFactory
Direct Known Subclasses:
IBMFakeTrustSocketFactory

public class IBMJSSESocketFactory extends JSSESocketFactory implements SecureSocketFactory
SSL socket factory. It _requires_ a valid RSA key and JSSE. (borrowed code from tomcat)
Author:
Davanum Srinivas (dims@yahoo.com)
  • Constructor Details

    • IBMJSSESocketFactory

      public IBMJSSESocketFactory(Hashtable attributes)
      Constructor IBMJSSESocketFactory
      Parameters:
      attributes -
  • Method Details