module Gio::TlsBackend
Overview
TLS (Transport Layer Security, aka SSL) and DTLS backend.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/tls_backend.crConstructors
-
.cast(obj : GObject::Object) : self
Cast a
GObject::Object
toself
, throws aTypeCastError
if the cast can't be made.
Class Method Summary
Instance Method Summary
- #certificate_type : UInt64
- #client_connection_type : UInt64
- #default_database : Gio::TlsDatabase
- #default_database=(database : Gio::TlsDatabase | Nil) : Nil
- #dtls_client_connection_type : UInt64
- #dtls_server_connection_type : UInt64
- #file_database_type : UInt64
- #server_connection_type : UInt64
- #supports_dtls : Bool
- #supports_tls : Bool
- #to_unsafe
Constructor Detail
Cast a GObject::Object
to self
, throws a TypeCastError
if the cast can't be made.