import { type RSAKeyPairOptions } from "https://deno.land/std@0.172.0/node/internal/crypto/keygen.ts";
Properties
publicKeyEncoding: { type: "pkcs1" | "spki"; format: PubF; }
privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs1" | "pkcs8"; }