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.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.cast(obj : GObject::Object) : self #

Cast a GObject::Object to self, throws a TypeCastError if the cast can't be made.


[View source]

Class Method Detail

def self.cast?(obj : GObject::Object) : self | Nil #

[View source]
def self.default : Gio::TlsBackend #

[View source]
def self.g_type : UInt64 #

[View source]

Instance Method Detail

def certificate_type : UInt64 #

[View source]
def client_connection_type : UInt64 #

[View source]
def default_database : Gio::TlsDatabase #

[View source]
def default_database=(database : Gio::TlsDatabase | Nil) : Nil #

[View source]
def dtls_client_connection_type : UInt64 #

[View source]
def dtls_server_connection_type : UInt64 #

[View source]
def file_database_type : UInt64 #

[View source]
def server_connection_type : UInt64 #

[View source]
def supports_dtls : Bool #

[View source]
def supports_tls : Bool #

[View source]
abstract def to_unsafe #

[View source]