Class SSLCallback

    • Constructor Detail

      • SSLCallback

        public SSLCallback​(SSLConnection sslConnection)
        Construct a new instance.
        Parameters:
        sslConnection - the SSL connection (must not be null)
    • Method Detail

      • getSslSession

        public SSLSession getSslSession()
        Get the SSL session in force.
        Returns:
        the SSL session in force
      • getSslConnection

        public SSLConnection getSslConnection()
        Get the SSL connection.
        Returns:
        the SSL connection