Interface KeyWrapSetOaepParams

A base structure of a parameter

interface KeyWrapSetOaepParams {
    bc: number;
    type: number;
    x: Buffer;
}

Hierarchy (view full)

Properties

Properties

bc: number
type: number

Type of crypto param. Uses constants CK_PARAMS_*

x: Buffer