mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-10 16:39:40 +00:00
parent
300fb05c1f
commit
ecbbcfee00
5 changed files with 26 additions and 8 deletions
|
@ -5,6 +5,7 @@ import org.json.JSONException;
|
|||
import org.json.JSONObject;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
|
||||
import me.impy.aegis.encoding.Base64Exception;
|
||||
import me.impy.aegis.otp.OtpInfoException;
|
||||
|
@ -68,4 +69,8 @@ public class Database {
|
|||
public List<DatabaseEntry> getEntries() {
|
||||
return _entries.getList();
|
||||
}
|
||||
|
||||
public DatabaseEntry getEntryByUUID(UUID uuid) {
|
||||
return _entries.getByUUID(uuid);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue