Class JSSEImplementation

    • Constructor Detail

      • JSSEImplementation

        public JSSEImplementation()
    • Method Detail

      • getSSLSupport

        @Deprecated
        public SSLSupport getSSLSupport​(javax.net.ssl.SSLSession session)
        Deprecated.
        Description copied from class: SSLImplementation
        Obtain an instance of SSLSupport.
        Specified by:
        getSSLSupport in class SSLImplementation
        Parameters:
        session - The TLS session
        Returns:
        An instance of SSLSupport based on the given session.
      • getSSLSupport

        public SSLSupport getSSLSupport​(javax.net.ssl.SSLSession session,
                                        java.util.Map<java.lang.String,​java.util.List<java.lang.String>> additionalAttributes)
        Description copied from class: SSLImplementation
        Obtain an instance of SSLSupport.
        Overrides:
        getSSLSupport in class SSLImplementation
        Parameters:
        session - The SSL session
        additionalAttributes - Additional SSL attributes that are not available from the session.
        Returns:
        An instance of SSLSupport based on the given session and the provided additional attributes