Package ch.bailu.gtk.gio
Interface TlsChannelBindingType
public interface TlsChannelBindingType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
[`tls-exporter`](https://www.rfc-editor.org/rfc/rfc9266.html) binding
type.static final int
[`tls-server-end-point`](https://tools.ietf.org/html/rfc5929#section-4)
binding typestatic final int
[`tls-unique`](https://tools.ietf.org/html/rfc5929#section-3) binding
type
-
Field Details
-
UNIQUE
static final int UNIQUE[`tls-unique`](https://tools.ietf.org/html/rfc5929#section-3) binding
type- See Also:
-
SERVER_END_POINT
static final int SERVER_END_POINT[`tls-server-end-point`](https://tools.ietf.org/html/rfc5929#section-4)
binding type- See Also:
-
EXPORTER
static final int EXPORTER[`tls-exporter`](https://www.rfc-editor.org/rfc/rfc9266.html) binding
type. Since: 2.74- See Also:
-