Interface ModuleInfo

Provides general information about Cryptoki

interface ModuleInfo {
    cryptokiVersion: Version;
    flags: number;
    libraryDescription: string;
    libraryVersion: Version;
    manufacturerID: string;
}

Properties

cryptokiVersion: Version

Cryptoki interface version number, for compatibility with future revisions of this interface

flags: number

Bit flags reserved for future versions. Must be zero for this version

libraryDescription: string

Character-string description of the library. Must be padded with the blank character (' ')

libraryVersion: Version

Cryptoki library version number

manufacturerID: string

ID of the Cryptoki library manufacturer. Must be padded with the blank character (' ').