Class SunJSSESocketFactory

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

public class SunJSSESocketFactory 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

    • SunJSSESocketFactory

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