Interface SslContextSource

    • Method Detail

      • createSslContext

        javax.net.ssl.SSLContext createSslContext​(SourceContext context)
                                           throws java.lang.Exception
        Creates a new SSLContext.
        Parameters:
        context - SourceContext to configure the SSLContext.
        Returns:
        New SSLContext ready for use.
        Throws:
        java.lang.Exception - If fails to create the SSLContext (possibly because a protocol or cipher is not supported).