interface RsaKeyGenParams {
    modulusLength: number;
    name: string;
    publicExponent: Uint8Array;
}

Hierarchy (View Summary)

Properties

modulusLength: number
name: string
publicExponent: Uint8Array