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
true
if this enum value containsBadIdentity
-
#expired?
Returns
true
if this enum value containsExpired
-
#generic_error?
Returns
true
if this enum value containsGenericError
-
#insecure?
Returns
true
if this enum value containsInsecure
- #none?
-
#not_activated?
Returns
true
if this enum value containsNotActivated
-
#revoked?
Returns
true
if this enum value containsRevoked
-
#unknown_ca?
Returns
true
if this enum value containsUnknownCa
-
#validate_all?
Returns
true
if 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.