Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GooglePrivacyDlpV2UnwrappedCryptoKey

import type { GooglePrivacyDlpV2UnwrappedCryptoKey } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible.

interface GooglePrivacyDlpV2UnwrappedCryptoKey {
key?: Uint8Array;
}

§Properties

§
key?: Uint8Array
[src]

Required. A 128/192/256 bit key.