Class (GI Struct)

Gck-2GckModuleInfo

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.

Index

Constructors

  • Parameters

    • Optionalproperties: Partial<
          {
              flags: number;
              library_description: string;
              library_version_major: number;
              library_version_minor: number;
              manufacturer_id: string;
              pkcs11_version_major: number;
              pkcs11_version_minor: number;
          },
      >

    Returns ModuleInfo

Properties

flags: number
library_description: string
library_version_major: number
library_version_minor: number
manufacturer_id: string
pkcs11_version_major: number
pkcs11_version_minor: number
$gtype: GType<ModuleInfo>

Methods