Class DelegatingSSLContext


  • final class DelegatingSSLContext
    extends SSLContext
    An SSL context which delegates to a customized SPI implementation.
    Author:
    David M. Lloyd
    • Constructor Detail

      • DelegatingSSLContext

        DelegatingSSLContext​(AbstractDelegatingSSLContextSpi contextSpi)
        Construct a new instance.
        Parameters:
        contextSpi - the SSL context SPI to delegate to