Interface KmsGenerateKeyParams

Parameters for generating a key in a KMS. Intended for use with a Key Management System.

interface KmsGenerateKeyParams {
    algorithm: string;
}

Hierarchy (view full)

Properties

Properties

algorithm: string

The algorithm identifier.