|
Autopsy
4.9.1
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 |
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 33 of file KdbHashSetParser.java.
| final void org.sleuthkit.autopsy.modules.hashdatabase.KdbHashSetParser.close | ( | ) |
Closes the import file
Definition at line 135 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 117 of file KdbHashSetParser.java.
| long org.sleuthkit.autopsy.modules.hashdatabase.KdbHashSetParser.getExpectedHashCount | ( | ) |
Get the expected number of hashes in the file.
Definition at line 127 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 87 of file KdbHashSetParser.java.
|
private |
Definition at line 41 of file KdbHashSetParser.java.
|
private |
Definition at line 38 of file KdbHashSetParser.java.
|
private |
Definition at line 36 of file KdbHashSetParser.java.
|
private |
Definition at line 35 of file KdbHashSetParser.java.
|
private |
Definition at line 43 of file KdbHashSetParser.java.
|
private |
Definition at line 42 of file KdbHashSetParser.java.
|
private |
Definition at line 39 of file KdbHashSetParser.java.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.KdbHashSetParser.getExpectedHashCount().
|
private |
Definition at line 40 of file KdbHashSetParser.java.
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.