Package anbxj

Class Channel_SSLContextBuilder

java.lang.Object
anbxj.Crypto_KeyStoreBuilder
anbxj.Channel_SSLContextBuilder

public class Channel_SSLContextBuilder extends Crypto_KeyStoreBuilder
A class used to build an SSLContext for creating SocketFactory.
  • Constructor Details

    • Channel_SSLContextBuilder

      public Channel_SSLContextBuilder(Crypto_KeyStoreSettings kss)
      Constructs a Channel_SSLContextBuilder with the given Crypto_KeyStoreSettings.
      Parameters:
      kss - the Crypto_KeyStoreSettings
  • Method Details

    • getSSLContext

      public SSLContext getSSLContext()
      Gets the SSLContext.
      Returns:
      the SSLContext