MCPcopy Create free account
hub / github.com/apache/arrow / GetKey

Method GetKey

cpp/src/parquet/encryption/encryption.cc:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

TESTFunction · 0.45
GetColumnKeyMethod · 0.45
WrapThenUnwrapMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
WrapThenUnwrapMethod · 0.36