Schnittstelle TlsProtocolVersion


public interface TlsProtocolVersion
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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
  • Felddetails

    • UNKNOWN

      static final int UNKNOWN
      No protocol version or unknown protocol version
      Siehe auch:
    • SSL_3_0

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

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

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

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

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

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

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