Skip to main content

IKeyProvider.newPrivateKeyFromSeed() method

creates new key pair from given seed

Signature:

newPrivateKeyFromSeed(seed: Uint8Array): Promise<KmsKeyId>;

Parameters

ParameterTypeDescription
seedUint8Arrayseed

Returns:

Promise<KmsKeyId>

Promise<KmsKeyId>