Class BaseSSLContextParameters.SSLContextSpiDecorator

  • Enclosing class:
    BaseSSLContextParameters

    protected static final class BaseSSLContextParameters.SSLContextSpiDecorator
    extends SSLContextSpi
    Class needed to provide decoration of an existing SSLContext. Since SSLContext is an abstract class and requires an instance of SSLContextSpi, this class effectively wraps an SSLContext as if it were an SSLContextSpi, allowing us to achieve decoration.