Gjsify LogoGjsify Logo

Holds information about the PKCS#11 module.

This structure corresponds to CK_MODULE_INFO in the PKCS#11 standard. The strings are %NULL terminated for easier use.

Use gck_module_info_free() to release this structure when done with it.

record

Hierarchy

  • ModuleInfo

Index

Constructors

Properties

flags: number

The module PKCS#11 flags.

field
library_description: string

The module description.

field
library_version_major: number

The major version of the library.

field
library_version_minor: number

The minor version of the library.

field
manufacturer_id: string

The module manufacturer.

field
pkcs11_version_major: number

The major version of the module.

field
pkcs11_version_minor: number

The minor version of the module.

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