Package org.gnome.gio

Enum Class TlsProtocolVersion

java.lang.Object
java.lang.Enum<TlsProtocolVersion>
org.gnome.gio.TlsProtocolVersion
All Implemented Interfaces:
Enumeration, Serializable, Comparable<TlsProtocolVersion>, Constable

@Generated("io.github.jwharm.JavaGI") public enum TlsProtocolVersion extends Enum<TlsProtocolVersion> implements Enumeration
The TLS or DTLS protocol version used by a GTlsConnection or GDtlsConnection. The integer values of these versions are sequential to ensure newer known protocol versions compare greater than older known versions. Any known DTLS protocol version will compare greater than any SSL or TLS protocol version. The protocol version may be UNKNOWN if the TLS backend supports a newer protocol version that GLib does not yet know about. This means that it's possible for an unknown DTLS protocol version to compare less than the TLS protocol versions.