Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateKeyOptions

Package version

An interface representing the optional parameters that can be passed to createKey

Hierarchy

Index

Properties

Optional curve

curve: KeyCurveName

Elliptic curve name. For valid values, see KeyCurveName. Possible values include: 'P-256', 'P-384', 'P-521', 'P-256K'

Optional enabled

enabled: undefined | false | true

Determines whether the object is enabled.

Optional expiresOn

expiresOn: Date

Expiry date in UTC.

Optional keyOps

keyOps: KeyOperation[]

Json web key operations. For more information on possible key operations, see KeyOperation.

Optional keySize

keySize: undefined | number

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

Optional notBefore

notBefore: Date

Not before date in UTC.

Optional tags

tags: undefined | {}

Application specific metadata in the form of key-value pairs.

Generated using TypeDoc