Interface RsaPSS

A base structure of a parameter

interface RsaPSS {
    hashAlg: number;
    mgf: number;
    saltLen: number;
    type: number;
}

Hierarchy (view full)

Properties

Properties

hashAlg: number
mgf: number
saltLen: number
type: number

Type of crypto param. Uses constants CK_PARAMS_*