module Gio::TlsClientConnection

Overview

#GTlsClientConnection is the client-side subclass of #GTlsConnection, representing a client-side TLS connection.

Defined in:

lib/gi-crystal/src/auto/gio-2.0/tls_client_connection.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.g_type : UInt64 #

Instance Method Detail

def accepted_cas : GLib::List #

def copy_session_state(source : Gio::TlsClientConnection) : Nil #

def new(base_io_stream : Gio::IOStream, server_identity : Gio::SocketConnectable?) : Gio::TlsClientConnection #

def server_identity : Gio::SocketConnectable? #

def server_identity=(identity : Gio::SocketConnectable) : Nil #

def server_identity=(value : Gio::SocketConnectable?) : Gio::SocketConnectable? #

abstract def to_unsafe #

def use_ssl3 : Bool #

def use_ssl3=(use_ssl3 : Bool) : Nil #

def use_ssl3? : Bool #

def validation_flags : Gio::TlsCertificateFlags #

def validation_flags=(flags : Gio::TlsCertificateFlags) : Nil #