DecryptionMetadata
import type { DecryptionMetadata } from "https://googleapis.deno.dev/v1/drive:v3.ts";Representation of the CSE DecryptionMetadata.
interface DecryptionMetadata {
aes256GcmChunkSize?: string;
encryptionResourceKeyHash?: string;
jwt?: string;
kaclsId?: bigint;
kaclsName?: string;
keyFormat?: string;
wrappedKey?: string;
}§Properties
§
aes256GcmChunkSize?: string
[src]Chunk size used if content was encrypted with the AES 256 GCM Cipher. Possible values are: - default - small
§
encryptionResourceKeyHash?: string
[src]The URL-safe Base64 encoded HMAC-SHA256 digest of the resource metadata with its DEK (Data Encryption Key); see https://developers.google.com/workspace/cse/reference