Interface GostR3410KeyWrapParams

A base structure of a parameter

interface GostR3410KeyWrapParams {
    key: Buffer;
    type: number;
    ukm?: Buffer;
    wrapOID: Buffer;
}

Hierarchy (view full)

Properties

Properties

key: Buffer
type: number

Type of crypto param. Uses constants CK_PARAMS_*

ukm?: Buffer
wrapOID: Buffer