Interface TlsProtocolVersion


public interface TlsProtocolVersion
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    DTLS 1.0, which is insecure and should not be used
    static final int
    DTLS 1.2, defined by [RFC 6347](https://datatracker.ietf.org/doc/html/rfc6347)
    static final int
    SSL 3.0, which is insecure and should not be used
    static final int
    TLS 1.0, which is insecure and should not be used
    static final int
    TLS 1.1, which is insecure and should not be used
    static final int
    TLS 1.2, defined by [RFC 5246](https://datatracker.ietf.org/doc/html/rfc5246)
    static final int
    TLS 1.3, defined by [RFC 8446](https://datatracker.ietf.org/doc/html/rfc8446)
    static final int
    No protocol version or unknown protocol version
  • Field Details

    • UNKNOWN

      static final int UNKNOWN
      No protocol version or unknown protocol version
      See Also:
    • SSL_3_0

      static final int SSL_3_0
      SSL 3.0, which is insecure and should not be used
      See Also:
    • TLS_1_0

      static final int TLS_1_0
      TLS 1.0, which is insecure and should not be used
      See Also:
    • TLS_1_1

      static final int TLS_1_1
      TLS 1.1, which is insecure and should not be used
      See Also:
    • TLS_1_2

      static final int TLS_1_2
      TLS 1.2, defined by [RFC 5246](https://datatracker.ietf.org/doc/html/rfc5246)
      See Also:
    • TLS_1_3

      static final int TLS_1_3
      TLS 1.3, defined by [RFC 8446](https://datatracker.ietf.org/doc/html/rfc8446)
      See Also:
    • DTLS_1_0

      static final int DTLS_1_0
      DTLS 1.0, which is insecure and should not be used
      See Also:
    • DTLS_1_2

      static final int DTLS_1_2
      DTLS 1.2, defined by [RFC 6347](https://datatracker.ietf.org/doc/html/rfc6347)
      See Also: