Gck.Slot.prototype.has_flags
function has_flags(flags: Number(gulong)): Boolean { // Gjs wrapper for gck_slot_has_flags() }
Check if the PKCS11 slot has the given flags.
- flags
The flags to check.
- Returns
Whether one or more flags exist.
function has_flags(flags: Number(gulong)): Boolean { // Gjs wrapper for gck_slot_has_flags() }
Check if the PKCS11 slot has the given flags.
The flags to check.
Whether one or more flags exist.