| 44 | } |
| 45 | |
| 46 | SecureString StringKeyIdRetriever::GetKey(const std::string& key_id) { |
| 47 | return key_map_.at(key_id); |
| 48 | } |
| 49 | |
| 50 | ColumnEncryptionProperties::Builder* ColumnEncryptionProperties::Builder::key( |
| 51 | SecureString column_key) { |
no outgoing calls