| 171 | } |
| 172 | |
| 173 | FileEncryptionProperties::Builder* |
| 174 | FileEncryptionProperties::Builder::disable_aad_prefix_storage() { |
| 175 | DCHECK(!aad_prefix_.empty()); |
| 176 | |
| 177 | store_aad_prefix_in_file_ = false; |
| 178 | return this; |
| 179 | } |
| 180 | |
| 181 | ColumnEncryptionProperties::ColumnEncryptionProperties(bool encrypted, SecureString key, |
| 182 | std::string key_metadata) |