| 83 | } |
| 84 | |
| 85 | std::shared_ptr<Encryptor> InternalFileEncryptor::GetColumnDataEncryptor( |
| 86 | const std::string& column_path) { |
| 87 | return GetColumnEncryptor(column_path, false); |
| 88 | } |
| 89 | |
| 90 | std::shared_ptr<Encryptor> |
| 91 | InternalFileEncryptor::InternalFileEncryptor::GetColumnEncryptor( |
no outgoing calls
no test coverage detected