interface RSAPSSKeyPairOptionsimport { type RSAPSSKeyPairOptions } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts"; Type ParametersPubF extends KeyFormatPrivF extends KeyFormatPropertiesmodulusLength: numberKey size in bits optionalpublicExponent: number | undefinedPublic exponent optionalhashAlgorithm: stringName of the message digest optionalmgf1HashAlgorithm: stringName of the message digest used by MGF1 optionalsaltLength: stringMinimal salt length in bytes publicKeyEncoding: { type: "spki"; format: PubF; }privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }import RSAPSSKeyPairOptionsimport { RSAPSSKeyPairOptions } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts";