Interface KmsDecryptParams

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

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

Properties

Properties

data: Uint8Array

Data to be decrypted.

keyUri: string

Identifier for the private key in the KMS.