Gck.ModuleInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
flags |
r/w |
The module PKCS#11 flags. |
|
library_description |
r/w |
The module description. |
|
library_version_major |
r/w |
The major version of the library. |
|
library_version_minor |
r/w |
The minor version of the library. |
|
manufacturer_id |
r/w |
The module manufacturer. |
|
pkcs11_version_major |
r/w |
The major version of the module. |
|
pkcs11_version_minor |
r/w |
The minor version of the module. |
Methods¶
|
|
|
Details¶
- class Gck.ModuleInfo¶
Holds information about the PKCS#11 module.
This structure corresponds to
CK_MODULE_INFO
in the PKCS#11 standard. The strings areNone
terminated for easier use.Use
Gck.ModuleInfo.free
() to release this structure when done with it.- copy()[source]¶
- Returns:
a newly allocated copy module info
- Return type:
Make a copy of the module info.
- free()[source]¶
Free a
Gck.ModuleInfo
structure.