Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyProperties

Package version

Properties of the key pair backing a certificate.

Hierarchy

  • KeyProperties

Index

Properties

Optional curve

Elliptic curve name. For valid values, see JsonWebKeyCurveName.

Optional exportable

exportable: undefined | false | true

Indicates if the private key can be exported.

Optional keySize

keySize: undefined | number

The key size in bits. For example: 2048, 3072, or 4096 for RSA.

Optional keyType

The type of key pair to be used for the certificate.

Optional reuseKey

reuseKey: undefined | false | true

Indicates if the same key pair will be used on certificate renewal.

Generated using TypeDoc