deno / latest / ~ / rsakeygenparams.html

RsaKeyGenParams

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

Extends

Properties

modulusLength: number
publicExponent: Uint8Array

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/RsaKeyGenParams