Interface DesCbcEncryptDataParams

A base structure of a parameter

interface DesCbcEncryptDataParams {
    data?: Buffer;
    iv: Buffer;
    type: number;
}

Hierarchy (view full)

Properties

Properties

data?: Buffer
iv: Buffer
type: number

Type of crypto param. Uses constants CK_PARAMS_*