enum Gio::TlsCertificateFlags

Defined in:

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

Enum Members

NoFlags = 0_u32
UnknownCa = 1_u32
BadIdentity = 2_u32
NotActivated = 4_u32
Expired = 8_u32
Revoked = 16_u32
Insecure = 32_u32
GenericError = 64_u32
ValidateAll = 127_u32

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


Instance Method Detail

def bad_identity? #

def expired? #

def generic_error? #

def insecure? #

def no_flags? #

def none? #

def not_activated? #

def revoked? #

def unknown_ca? #

def validate_all? #