Package ch.bailu.gtk.gio
Schnittstelle TlsProtocolVersion
public interface TlsProtocolVersion
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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
-
Felddetails
-
UNKNOWN
static final int UNKNOWNNo protocol version or unknown protocol version- Siehe auch:
-
SSL_3_0
static final int SSL_3_0SSL 3.0, which is insecure and should not be used- Siehe auch:
-
TLS_1_0
static final int TLS_1_0TLS 1.0, which is insecure and should not be used- Siehe auch:
-
TLS_1_1
static final int TLS_1_1TLS 1.1, which is insecure and should not be used- Siehe auch:
-
TLS_1_2
static final int TLS_1_2TLS 1.2, defined by [RFC 5246](https://datatracker.ietf.org/doc/html/rfc5246)- Siehe auch:
-
TLS_1_3
static final int TLS_1_3TLS 1.3, defined by [RFC 8446](https://datatracker.ietf.org/doc/html/rfc8446)- Siehe auch:
-
DTLS_1_0
static final int DTLS_1_0DTLS 1.0, which is insecure and should not be used- Siehe auch:
-
DTLS_1_2
static final int DTLS_1_2DTLS 1.2, defined by [RFC 6347](https://datatracker.ietf.org/doc/html/rfc6347)- Siehe auch:
-