Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected KeyManager[] getKeyManagers​(String algorithm, String keyAlias)  
      protected KeyStore getTrustStore()  
      • 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
    • Constructor Detail

      • GlassfishServerSocketFactory

        public GlassfishServerSocketFactory()
    • Method Detail

      • 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