Gcr.pkcs11_get_trust_lookup_slots
function pkcs11_get_trust_lookup_slots(): Array(Gck.Slot) {
// Gjs wrapper for gcr_pkcs11_get_trust_lookup_slots()
}
List all the PKCS\#11 slots that are used by the GCR library for lookup of trust assertions. Each slot is a Gck.Slot object.
This will return an empty list if the Gcr.pkcs11_initialize function has not yet been called.
When done with the list, free it with Gck.list_unref_free.
- Returns
a list of Gck.Slot objects to use for lookup of trust.