Class
GckSlot
Description [src]
class Gck.Slot : GObject.Object
{
/* No available fields */
}
Represents a PKCS#11 slot that can contain a token.
A PKCS#11 slot can contain a token. As an example, a slot might be a card reader, and the token the card. If the PKCS#11 module is not a hardware driver, often the slot and token are equivalent.
Instance methods
gck_slot_equal
Checks equality of two slots. Two GckSlot objects can point to the same underlying PKCS#11 slot.
gck_slot_open_session
Open a session on the slot. If the ‘auto reuse’ setting is set, then this may be a recycled session with the same flags.
gck_slot_open_session_async
Open a session on the slot. If the ‘auto reuse’ setting is set, then this may be a recycled session with the same flags.
gck_slot_open_session_finish
Get the result of an open session operation. If the ‘auto reuse’ setting is set, then this may be a recycled session with the same flags.
gck_slot_open_session_full
Open a session on the slot. If the ‘auto reuse’ setting is set, then this may be a recycled session with the same flags.
gck_slot_open_session_full_async
Open a session on the slot. If the ‘auto reuse’ setting is set, then this may be a recycled session with the same flags.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.