Class GlassfishServerSocketFactory

java.lang.Object
org.glassfish.grizzly.config.ssl.ServerSocketFactory
org.glassfish.grizzly.config.ssl.JSSESocketFactory
org.glassfish.grizzly.config.ssl.JSSE14SocketFactory
com.sun.enterprise.security.ssl.GlassfishServerSocketFactory
All Implemented Interfaces:
Cloneable

public class GlassfishServerSocketFactory extends org.glassfish.grizzly.config.ssl.JSSE14SocketFactory
Author:
Sudarsan Sridhar
  • Field Summary

    Fields inherited from class org.glassfish.grizzly.config.ssl.JSSESocketFactory

    clientAuthNeed, clientAuthWant, defaultAlgorithm, defaultProtocol, enabledCiphers, initialized, logger, sslProxy

    Fields inherited from class org.glassfish.grizzly.config.ssl.ServerSocketFactory

    attributes, context
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected KeyManager[]
    getKeyManagers(String algorithm, String keyAlias)
     
    protected KeyStore
     

    Methods inherited from class org.glassfish.grizzly.config.ssl.JSSE14SocketFactory

    getCRLs, getEnabledProtocols, getParameters, getTrustManagers, init, setEnabledProtocols

    Methods inherited from class org.glassfish.grizzly.config.ssl.JSSESocketFactory

    acceptSocket, createSocket, createSocket, createSocket, getEnabledCiphers, getKeystore, getKeystorePassword, getTruststorePassword, handshake, initServerSocket

    Methods inherited from class org.glassfish.grizzly.config.ssl.ServerSocketFactory

    getDefault, getSSLContext, initSocket, setAttribute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GlassfishServerSocketFactory

      public GlassfishServerSocketFactory()
  • Method Details

    • getKeyManagers

      protected KeyManager[] getKeyManagers(String algorithm, String keyAlias) throws Exception
      Overrides:
      getKeyManagers in class org.glassfish.grizzly.config.ssl.JSSE14SocketFactory
      Throws:
      Exception
    • getTrustStore

      protected KeyStore getTrustStore() throws IOException
      Overrides:
      getTrustStore in class org.glassfish.grizzly.config.ssl.JSSESocketFactory
      Throws:
      IOException