Package ch.bailu.gtk.gio
Interface TlsProtocolVersion
public interface TlsProtocolVersion
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
DTLS 1.0, which is insecure and should not be usedstatic 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 usedstatic final int
TLS 1.0, which is insecure and should not be usedstatic final int
TLS 1.1, which is insecure and should not be usedstatic 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 UNKNOWNNo protocol version or unknown protocol version- See Also:
-
SSL_3_0
static final int SSL_3_0SSL 3.0, which is insecure and should not be used- See Also:
-
TLS_1_0
static final int TLS_1_0TLS 1.0, which is insecure and should not be used- See Also:
-
TLS_1_1
static final int TLS_1_1TLS 1.1, which is insecure and should not be used- See Also:
-
TLS_1_2
static final int TLS_1_2TLS 1.2, defined by [RFC 5246](https://datatracker.ietf.org/doc/html/rfc5246)- See Also:
-
TLS_1_3
static final int TLS_1_3TLS 1.3, defined by [RFC 8446](https://datatracker.ietf.org/doc/html/rfc8446)- See Also:
-
DTLS_1_0
static final int DTLS_1_0DTLS 1.0, which is insecure and should not be used- See Also:
-
DTLS_1_2
static final int DTLS_1_2DTLS 1.2, defined by [RFC 6347](https://datatracker.ietf.org/doc/html/rfc6347)- See Also:
-