| 1168 | } |
| 1169 | |
| 1170 | void FileMetaData::WriteTo(::arrow::io::OutputStream* dst, |
| 1171 | const std::shared_ptr<Encryptor>& encryptor) const { |
| 1172 | return impl_->WriteTo(dst, encryptor); |
| 1173 | } |
| 1174 | |
| 1175 | bool FileMetaData::VerifySignature(std::span<const uint8_t> serialized_metadata, |
| 1176 | std::span<const uint8_t> signature, |
no outgoing calls