Interface IParams

A base structure of a parameter

interface IParams {
    type: number;
}

Hierarchy (view full)

Properties

Properties

type: number

Type of crypto param. Uses constants CK_PARAMS_*