interface RSAPSSKeyPairOptions
Type Parameters Jump to heading
Jump to headingPubF extends KeyFormatJump to headingPrivF extends KeyFormatProperties Jump to heading
Jump to headingmodulusLength: numberKey size in bits
optional
Jump to headingpublicExponent: number | undefinedPublic exponent
optional
Jump to headinghashAlgorithm: stringName of the message digest
optional
Jump to headingmgf1HashAlgorithm: stringName of the message digest used by MGF1
optional
Jump to headingsaltLength: stringMinimal salt length in bytes
Jump to headingpublicKeyEncoding: { type: "spki"; format: PubF; }Jump to headingprivateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }