Interface VerifyJsonWebKeyInput

interface VerifyJsonWebKeyInput {
    dsaEncoding?: DSAEncoding;
    format: "jwk";
    key: Crypto.JsonWebKey;
    padding?: number;
    saltLength?: number;
}

Hierarchy (view full)

Properties

dsaEncoding?: DSAEncoding
format
padding?: number

crypto.constants.RSA_PKCS1_PADDING

saltLength?: number