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

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

Hierarchy

  • KmsSignParams

    Properties

    Properties

    data: Uint8Array

    Data to be signed.

    keyUri: string

    Identifier for the signing private key in the KMS.