Gjsify LogoGjsify Logo

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

record

Hierarchy

  • SlotInfo

Index

Constructors

Properties

firmware_version_major: number

The major version of the firmware.

field
firmware_version_minor: number

The minor version of the firmware.

field
flags: number

Various PKCS11 flags that apply to this slot.

field
hardware_version_major: number

The major version of the hardware.

field
hardware_version_minor: number

The minor version of the hardware.

field
manufacturer_id: string

The manufacturer of this slot.

field
slot_description: string

Description of the slot.

field
name: string

Methods

  • free(): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method