| Package | Description |
|---|---|
| com.google.api.services.drive.model |
| Modifier and Type | Method and Description |
|---|---|
DecryptionMetadata |
DecryptionMetadata.clone() |
DecryptionMetadata |
ClientEncryptionDetails.getDecryptionMetadata()
The metadata used for client-side operations.
|
DecryptionMetadata |
DecryptionMetadata.set(String fieldName,
Object value) |
DecryptionMetadata |
DecryptionMetadata.setAes256GcmChunkSize(String aes256GcmChunkSize)
Chunk size used if content was encrypted with the AES 256 GCM Cipher.
|
DecryptionMetadata |
DecryptionMetadata.setEncryptionResourceKeyHash(String encryptionResourceKeyHash)
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
|
DecryptionMetadata |
DecryptionMetadata.setJwt(String jwt)
The signed JSON Web Token (JWT) which can be used to authorize the requesting user with the Key
ACL Service (KACLS).
|
DecryptionMetadata |
DecryptionMetadata.setKaclsId(Long kaclsId)
The ID of the KACLS (Key ACL Service) used to encrypt the file.
|
DecryptionMetadata |
DecryptionMetadata.setKaclsName(String kaclsName)
The name of the KACLS (Key ACL Service) used to encrypt the file.
|
DecryptionMetadata |
DecryptionMetadata.setKeyFormat(String keyFormat)
Key format for the unwrapped key.
|
DecryptionMetadata |
DecryptionMetadata.setWrappedKey(String wrappedKey)
The URL-safe Base64 encoded wrapped key used to encrypt the contents of the file.
|
| Modifier and Type | Method and Description |
|---|---|
ClientEncryptionDetails |
ClientEncryptionDetails.setDecryptionMetadata(DecryptionMetadata decryptionMetadata)
The metadata used for client-side operations.
|
Copyright © 2011–2026 Google. All rights reserved.