Interface VerifyKeyObjectInput

interface VerifyKeyObjectInput {
    dsaEncoding?: DSAEncoding;
    key: KeyObject;
    padding?: number;
    saltLength?: number;
}

Hierarchy (view full)

Properties

dsaEncoding?: DSAEncoding
padding?: number

crypto.constants.RSA_PKCS1_PADDING

saltLength?: number