Interface X942DH1Derive

A base structure of a parameter

interface X942DH1Derive {
    kdf: number;
    otherInfo?: Buffer;
    privateData: Buffer;
    publicData: Buffer;
    type: number;
}

Hierarchy (view full)

Properties

kdf: number
otherInfo?: Buffer
privateData: Buffer
publicData: Buffer
type: number

Type of crypto param. Uses constants CK_PARAMS_*