Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RSAKeyPairOptions<PubF, PrivF>

Type parameters

Hierarchy

  • RSAKeyPairOptions

Index

Properties

modulusLength

modulusLength: number

Key size in bits

privateKeyEncoding

privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & object

Optional publicExponent

publicExponent: undefined | number
default

0x10001

publicKeyEncoding

publicKeyEncoding: object

Type declaration

  • format: PubF
  • type: "pkcs1" | "spki"

Generated using TypeDoc