Enumeration MechanismFlag

Bit flags specifying mechanism capabilities

Enumeration Members

DECRYPT: number

true if the mechanism can be used with decrypt function

DERIVE: number

true if the mechanism can be used with derive function

DIGEST: number

true if the mechanism can be used with digest function

ENCRYPT: number

true if the mechanism can be used with encrypt function

GENERATE: number

true if the mechanism can be used with geberate function

GENERATE_KEY_PAIR: number

true if the mechanism can be used with generate key pair function

HW: number

true if the mechanism is performed by the device; false if the mechanism is performed in software

SIGN: number

true if the mechanism can be used with sign function

SIGN_RECOVER: number

true if the mechanism can be used with sign recover function

UNWRAP: number

true if the mechanism can be used with unwrap function

VERIFY: number

true if the mechanism can be used with verify function

VERIFY_RECOVER: number

true if the mechanism can be used with verify recover function

WRAP: number

true if the mechanism can be used with wrap function

Generated using TypeDoc