Gck.Attribute.prototype.get_boolean

function get_boolean(): Boolean {
    // Gjs wrapper for gck_attribute_get_boolean()
}
  

Get the CK_BBOOL of a PKCS\#11 attribute. No conversion is performed. It is an error to pass an attribute to this function unless you're know it's supposed to contain a boolean value.

Returns

The boolean value of the attribute.