Gck.Builder.prototype.find_string
function find_string(attr_type: Number(gulong)): [ok: Boolean, value: String] { // Gjs wrapper for gck_builder_find_string() }
Find a string attribute in the builder that has the type attr_type, has a non null value pointer, and is not invalid in the PKCS\#11 sense. If multiple attributes exist for the given attribute type, then the first one is returned.
- attr_type
the type of attribute to find
- ok
whether a valid string attribute was found
- value
the location to place the found value