Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.modules.hashdatabase.HashSetParser.
Public Member Functions | |
final void | close () |
boolean | doneReading () |
long | getExpectedHashCount () |
String | getNextHash () throws TskCoreException |
HashEntry | getNextHashEntry () throws TskCoreException |
Private Attributes | |
Connection | conn |
final String | filename |
final String | JDBC_BASE_URI = "jdbc:sqlite:" |
final String | JDBC_DRIVER = "org.sqlite.JDBC" |
ResultSet | resultSet |
Statement | statement |
final long | totalHashes |
int | totalHashesRead = 0 |
Parser for Autopsy/TSK-created databases (*.kdb)
Definition at line 34 of file KdbHashSetParser.java.
final void org.sleuthkit.autopsy.modules.hashdatabase.KdbHashSetParser.close | ( | ) |
Closes the import file
Definition at line 146 of file KdbHashSetParser.java.
References org.sleuthkit.autopsy.coreutils.Logger.getLogger().
boolean org.sleuthkit.autopsy.modules.hashdatabase.KdbHashSetParser.doneReading | ( | ) |
Check if there are more hashes to read
Definition at line 128 of file KdbHashSetParser.java.
long org.sleuthkit.autopsy.modules.hashdatabase.KdbHashSetParser.getExpectedHashCount | ( | ) |
Get the expected number of hashes in the file.
Definition at line 138 of file KdbHashSetParser.java.
References org.sleuthkit.autopsy.modules.hashdatabase.KdbHashSetParser.totalHashes.
String org.sleuthkit.autopsy.modules.hashdatabase.KdbHashSetParser.getNextHash | ( | ) | throws TskCoreException |
Get the next hash to import
TskCoreException |
Definition at line 92 of file KdbHashSetParser.java.
References org::sleuthkit::datamodel::HashEntry.getMd5Hash(), and org.sleuthkit.autopsy.modules.hashdatabase.KdbHashSetParser.getNextHashEntry().
HashEntry org.sleuthkit.autopsy.modules.hashdatabase.KdbHashSetParser.getNextHashEntry | ( | ) | throws TskCoreException |
Definition at line 97 of file KdbHashSetParser.java.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.KdbHashSetParser.getNextHash().
|
private |
Definition at line 42 of file KdbHashSetParser.java.
|
private |
Definition at line 39 of file KdbHashSetParser.java.
|
private |
Definition at line 37 of file KdbHashSetParser.java.
|
private |
Definition at line 36 of file KdbHashSetParser.java.
|
private |
Definition at line 44 of file KdbHashSetParser.java.
|
private |
Definition at line 43 of file KdbHashSetParser.java.
|
private |
Definition at line 40 of file KdbHashSetParser.java.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.KdbHashSetParser.getExpectedHashCount().
|
private |
Definition at line 41 of file KdbHashSetParser.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.