Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateEcKeyOptions

Package version

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

Hierarchy

Index

Properties

Optional curve

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 hsm

hsm: undefined | false | true

Whether to import as a hardware key (HSM) or software key.

Optional keyOps

keyOps: KeyOperation[]

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

Optional keySize

keySize: undefined | number

Size of the key

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