RsaKeyGenParams

interface RsaKeyGenParams extends Algorithm {
modulusLength: number;
publicExponent: Uint8Array;
}

§Extends

§
Algorithm
[src]

§Properties

§
modulusLength: number
[src]
§
publicExponent: Uint8Array
[src]