Interface KmsEncryptParams

Parameters for KMS-based encryption operations. Intended for use with a Key Management System.

interface KmsEncryptParams {
    data: Uint8Array;
    keyUri: string;
}

Properties

Properties

data: Uint8Array

Data to be encrypted.

keyUri: string

Identifier for the private key in the KMS.