module Gio::TlsFileDatabase

Overview

GTlsFileDatabase is implemented by Gio::TlsDatabase objects which load their certificate information from a file. It is an interface which TLS library specific subtypes implement.

Defined in:

lib/gi-crystal/src/auto/gio-2.0/tls_file_database.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.


Class Method Detail

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

def self.g_type : UInt64 #

Instance Method Detail

def anchors : String #

def anchors=(value : String) : String #

def anchors=(value : Nil) : Nil #

Set #anchors property to nil.


def anchors? : String | Nil #

Same as #anchors, but can return nil.


def new(anchors : String) : Gio::TlsFileDatabase #

abstract def to_unsafe #