Skip to main content

AbstractKeyManagementSystem.importKey() method

Signature:

abstract importKey(args: Exclude<MinimalImportableKey, 'kms'>): Promise<ManagedKeyInfo>;

Parameters

Parameter

Type

Description

args

Exclude<MinimalImportableKey, 'kms'>

**Returns:**

Promise<ManagedKeyInfo>