Documentation

    Interface GcpKmsSignerOptions

    Configuration options for initializing the GcpKmsSigner.

    interface GcpKmsSignerOptions {
        client: KeyManagementServiceClient;
        publicKey: PublicKey;
        versionName: string;
    }
    Index

    Properties

    client: KeyManagementServiceClient

    Options for setting up the GCP KMS client

    publicKey: PublicKey

    Public key

    versionName: string

    The version name generated from client.cryptoKeyVersionPath()

    MMNEPVFCICPMFPCPTTAAATR