AbstractKeyManagementSystem.createKey() method
Signature:
abstract createKey(args: {
type: TKeyType;
meta?: any;
kid?: string;
}): Promise<ManagedKeyInfo>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
args |
{ type: TKeyType; meta?: any; kid?: string; } |
Promise<ManagedKeyInfo>