interface RSAKeyPairOptions
          
Usage in Deno
import { type RSAKeyPairOptions } from "node:crypto";
modulusLength: number
      
    Key size in bits
optional
publicExponent: number | undefined
      
    Public exponent
publicKeyEncoding: { type: "pkcs1" | "spki"; format: PubF;  }
      
    
privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs1" | "pkcs8";  }