Class (GI Struct)

Gck-2GckSlotInfo

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().

Index

Constructors

  • Parameters

    • Optionalproperties: Partial<
          {
              firmware_version_major: number;
              firmware_version_minor: number;
              flags: number;
              hardware_version_major: number;
              hardware_version_minor: number;
              manufacturer_id: string;
              slot_description: string;
          },
      >

    Returns SlotInfo

Properties

firmware_version_major: number
firmware_version_minor: number
flags: number
hardware_version_major: number
hardware_version_minor: number
manufacturer_id: string
slot_description: string
$gtype: GType<SlotInfo>

Methods