interface RSAPSSKeyPairOptions
Type Parameters #
Properties #
#modulusLength: numberKey size in bits
optional
#publicExponent: number | undefinedPublic exponent
optional
#hashAlgorithm: stringName of the message digest
optional
#mgf1HashAlgorithm: stringName of the message digest used by MGF1
optional
#saltLength: stringMinimal salt length in bytes
#publicKeyEncoding: { type: "spki"; format: PubF; }#privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }