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