Interface SecurityNegotiationAccessLogMessage

    • Method Detail

      • getProtocol

        @Nullable
        java.lang.String getProtocol()
        Retrieves the name of the security protocol that was negotiated.
        Returns:
        The name of the security protocol that was negotiated.
      • getCipher

        @Nullable
        java.lang.String getCipher()
        Retrieves the name of the cipher suite that was negotiated.
        Returns:
        The name of the cipher suite that was negotiated.