Interface TlsInformation


  • @DoNotImplement
    public interface TlsInformation
    The TLS information contains specific data about the TLS connection, should the client use TLS.
    Since:
    4.0.0, CE 2019.1
    • Method Detail

      • getCertificateChain

        @NotNull X509Certificate[] getCertificateChain()
        Returns:
        The certificate chain.
        Since:
        4.0.0, CE 2019.1
      • getCipherSuite

        @NotNull String getCipherSuite()
        Returns:
        The cipher suite.
        Since:
        4.0.0, CE 2019.1
      • getProtocol

        @NotNull String getProtocol()
        Returns:
        The protocol.
        Since:
        4.0.0, CE 2019.1