Documentation

    Interface AwsKmsSignerOptions

    Configuration options for initializing the AwsKmsSigner.

    interface AwsKmsSignerOptions {
        client: AwsKmsClient;
        kmsKeyId: string;
        publicKey: PublicKey;
    }
    Index

    Properties

    client: AwsKmsClient

    Options for setting up the AWS KMS client

    kmsKeyId: string

    AWS KMS Key ID used for signing

    publicKey: PublicKey

    Public key

    MMNEPVFCICPMFPCPTTAAATR