Interface RsaHashedKeyGenParams

interface RsaHashedKeyGenParams {
    hash: AlgorithmIdentifier;
    modulusLength: number;
    name: string;
    publicExponent: BigInteger;
}

Hierarchy (View Summary)

Properties

modulusLength: number
name: string
publicExponent: BigInteger