enum
Gio::TlsCertificateFlags
Defined in:
lib/gi-crystal/src/auto/gio-2.0/gio.crEnum Members
-
UnknownCa =
1_u32 -
BadIdentity =
2_u32 -
NotActivated =
4_u32 -
Expired =
8_u32 -
Revoked =
16_u32 -
Insecure =
32_u32 -
GenericError =
64_u32 -
ValidateAll =
127_u32 -
None =
0_u32 -
All =
127_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#bad_identity?
Returns
trueif this enum value containsBadIdentity -
#expired?
Returns
trueif this enum value containsExpired -
#generic_error?
Returns
trueif this enum value containsGenericError -
#insecure?
Returns
trueif this enum value containsInsecure - #none?
-
#not_activated?
Returns
trueif this enum value containsNotActivated -
#revoked?
Returns
trueif this enum value containsRevoked -
#unknown_ca?
Returns
trueif this enum value containsUnknownCa -
#validate_all?
Returns
trueif this enum value containsValidateAll
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.