Interface MechanismInfo

Provides information about a particular mechanism

interface MechanismInfo {
    flags: number;
    maxKeySize: number;
    minKeySize: number;
}

Properties

flags: number

Bit flags specifying mechanism capabilities

maxKeySize: number

The maximum size of the key for the mechanism

minKeySize: number

The minimum size of the key for the mechanism