The major version of the firmware.
The minor version of the firmware.
Various PKCS11 flags that apply to this token.
The available amount of memory on this token for storing private objects.
The available amount of memory on this token for storing public objects.
The major version of the hardware.
The minor version of the hardware.
The displayable token label.
The manufacturer of this slot.
The maximum length of a PIN for locking this token.
The maximum number of read/write sessions allowed on this token.
The maximum number of sessions allowed on this token.
The minimum length of a PIN for locking this token.
The token model number as a string.
The number of sessions open on this token.
The token serial number as a string.
The number of sessions open on this token.
The total amount of memory on this token for storing private objects.
The total amount of memory on this token for storing public objects.
If the token has a hardware clock, this is set to the number of seconds since the epoch.
Make a copy of the token info.
Free the GckTokenInfo and associated resources.
Represents information about a PKCS11 token.
This is analogous to a CK_TOKEN_INFO structure, but the strings are far more usable.
When you're done with this structure it should be released with gck_token_info_free().