KeyManagementSystem.createKey() method
Signature:
createKey({ type }: {
type: TKeyType;
}): Promise<ManagedKeyInfo>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| { type } | { type: TKeyType; } |
Returns:
Promise<ManagedKeyInfo>
Signature:
createKey({ type }: {
type: TKeyType;
}): Promise<ManagedKeyInfo>;
| Parameter | Type | Description |
|---|---|---|
| { type } | { type: TKeyType; } |
Returns:
Promise<ManagedKeyInfo>