Skip to main content

KeyManagementSystem.createKey() method

Signature:

createKey({ type }: {
type: TKeyType;
}): Promise<ManagedKeyInfo>;

Parameters

ParameterTypeDescription
{ type }{ type: TKeyType; }

Returns:

Promise<ManagedKeyInfo>