Struct
GckSlotInfo
Description [src]
struct GckSlotInfo {
gchar* slot_description;
gchar* manufacturer_id;
gulong flags;
guint8 hardware_version_major;
guint8 hardware_version_minor;
guint8 firmware_version_major;
guint8 firmware_version_minor;
}
Represents information about a PKCS11 slot.
This is analogous to a CK_SLOT_INFO structure, but the strings are far more usable.
When you’re done with this structure it should be released with gck_slot_info_free().
Structure members
slot_description
Description of the slot.
manufacturer_id
The manufacturer of this slot.
flags
Various PKCS11 flags that apply to this slot.
hardware_version_major
The major version of the hardware.
hardware_version_minor
The minor version of the hardware.
firmware_version_major
The major version of the firmware.
firmware_version_minor
The minor version of the firmware.