59 EncryptedOperationsFactory(SecretKey&& secret_key, boost::filesystem::perms perms);
61 std::unique_ptr<
Reader> CreateReader(std::string full_path)
override;
63 std::unique_ptr<
Writer> CreateWriter(std::string full_path,
tracing::ScopeTime& scope)
override;
66 const SecretKey secret_key_;
67 const boost::filesystem::perms perms_;