Hierarchy

Implements

Constructors

Properties

firmwareVersion: VersionProto = ...
flags: number = 0

bit flags indicating capabilities and status of the device

freePrivateMemory: number = 0

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

freePublicMemory: number = 0

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

hardwareVersion: VersionProto = ...

version number of hardware

label: string = ""

application-defined label, assigned during token initialization.

manufacturerID: string = ""

ID of the device manufacturer.

maxPinLen: number = 0

maximum length in bytes of the PIN

maxRwSessionCount: number = 0

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

maxSessionCount: number = 0

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

minPinLen: number = 0

minimum length in bytes of the PIN

model: string = ""

model of the device.

rwSessionCount: number = 0

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 = 0

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

totalPrivateMemory: number = 0

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

totalPublicMemory: number = 0

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

version: number = 0
INDEX: number = BaseProto.INDEX

Generated using TypeDoc