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

Class Method Summary

Instance Method Summary

Class Method Detail

def self.default : Gio::TlsBackend #

def self.g_type : UInt64 #

Instance Method Detail

def certificate_type : UInt64 #

def client_connection_type : UInt64 #

def default_database : Gio::TlsDatabase #

def default_database=(database : Gio::TlsDatabase?) : Nil #

def dtls_client_connection_type : UInt64 #

def dtls_server_connection_type : UInt64 #

def file_database_type : UInt64 #

def server_connection_type : UInt64 #

def supports_dtls : Bool #

def supports_tls : Bool #

abstract def to_unsafe #