Introduced IDatabaseLoader
(kdb not yet working)
This commit is contained in:
13
src/KeePassLib2Android/IDatabaseLoader.cs
Normal file
13
src/KeePassLib2Android/IDatabaseLoader.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.IO;
|
||||
using KeePassLib.Interfaces;
|
||||
using KeePassLib.Keys;
|
||||
|
||||
namespace KeePassLib
|
||||
{
|
||||
public interface IDatabaseLoader
|
||||
{
|
||||
void PopulateDatabaseFromStream(PwDatabase db, CompositeKey key, Stream s, IStatusLogger slLogger);
|
||||
|
||||
byte[] HashOfLastStream { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user