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

Hierarchy (view full)

Properties

modulusLength: number
name: string
publicExponent: Uint8Array