Interface RC2CBCParams

A base structure of a parameter

interface RC2CBCParams {
    effectiveBits: number;
    iv: Buffer;
    type: number;
}

Hierarchy (view full)

Properties

Properties

effectiveBits: number
iv: Buffer
type: number

Type of crypto param. Uses constants CK_PARAMS_*