Interface RSAPSSKeyPairOptions<PubF, PrivF>

Type Parameters

Hierarchy

  • RSAPSSKeyPairOptions

Properties

hashAlgorithm?: string

Name of the message digest

mgf1HashAlgorithm?: string

Name of the message digest used by MGF1

modulusLength: number

Key size in bits

privateKeyEncoding: "crypto".BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8" }
publicExponent?: number

Public exponent

Default

0x10001

publicKeyEncoding: { format: PubF; type: "spki" }

Type declaration

  • format: PubF
  • type: "spki"
saltLength?: string

Minimal salt length in bytes

Generated using TypeDoc