Skip to main content

RSAPSSKeyPairOptions

interface RSAPSSKeyPairOptions

Type Parameters Jump to heading

Properties Jump to heading

Key size in bits

optional
Jump to headingpublicExponent: number | undefined

Public exponent

Name of the message digest

Name of the message digest used by MGF1

Minimal salt length in bytes

Jump to headingpublicKeyEncoding: { type: "spki"; format: PubF; }
Back to top