Interface KmsImportKeyParams

Parameters for importing a private key into a KMS. Intended for use with a Key Management System.

interface KmsImportKeyParams {
    key: Jwk;
}

Properties

Properties

key: Jwk

A Jwk containing the key to be imported into the KMS.