Documentation
    Preparing search index...

    Interface GcpKmsSignerOptions

    Configuration options for initializing the GcpKmsSigner.

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

    Options for setting up the GCP KMS client

    publicKey: PublicKey

    Public key

    versionName: string

    The version name generated from client.cryptoKeyVersionPath()