AbstractKeyManagementSystem.importKey() method
Signature:
abstract importKey(args: Exclude<MinimalImportableKey, 'kms'>): Promise<ManagedKeyInfo>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
args |
Exclude<MinimalImportableKey, 'kms'> |
Promise<ManagedKeyInfo>