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