Package version:

Interface ImportKeyOptions

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

Hierarchy

Properties

enabled?: boolean

Determines whether the object is enabled.

expiresOn?: any

Expiry date in UTC.

exportable?: boolean

Indicates whether the private key can be exported.

hardwareProtected?: boolean

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

notBefore?: any

Not before date in UTC.

releasePolicy?: KeyReleasePolicy

A KeyReleasePolicy object specifying the rules under which the key can be exported.

tags?: {
    [propertyName: string]: string;
}

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

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc