Interface LocalKMSProviderConfiguration

interface LocalKMSProviderConfiguration {
    key: string | Uint8Array | Binary;
}

Properties

Properties

key: string | Uint8Array | Binary

The master key used to encrypt/decrypt data keys. A 96-byte long Buffer or base64 encoded string.