Interface TokenInfo

Hierarchy

  • TokenInfo

Implemented by

Properties

firmwareVersion: Version
flags: number

bit flags indicating capabilities and status of the device

freePrivateMemory: number

the amount of free (unused) memory on the token in bytes for private objects

freePublicMemory: number

the amount of free (unused) memory on the token in bytes for objects

hardwareVersion: Version

version number of hardware

label: string

application-defined label, assigned during token initialization.

manufacturerID: string

ID of the device manufacturer.

maxPinLen: number

maximum length in bytes of the PIN

maxRwSessionCount: number

maximum number of read/write sessions that can be opened with the token at one time by a single application

maxSessionCount: number

maximum number of sessions that can be opened with the token at one time by a single application

minPinLen: number

minimum length in bytes of the PIN

model: string

model of the device.

rwSessionCount: number

number of read/write sessions that this application currently has open with the token

serialNumber: string

character-string serial number of the device

sessionCount: number

number of sessions that this application currently has open with the token

totalPrivateMemory: number

the total amount of memory on the token in bytes in which private objects may be stored

totalPublicMemory: number

the total amount of memory on the token in bytes in which objects may be stored

Generated using TypeDoc