Autopsy
4.7.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 |
Private Attributes | |
CSVParser | csvParser |
final long | expectedHashCount |
String | filename |
final int | hashColumnIndex |
InputStreamReader | inputStreamReader |
final Iterator< CSVRecord > | recordIterator |
Parser for Hashkeeper hash sets (*.hsh)
Definition at line 36 of file HashkeeperHashSetParser.java.
final void org.sleuthkit.autopsy.modules.hashdatabase.HashkeeperHashSetParser.close | ( | ) |
Closes the import file
Definition at line 122 of file HashkeeperHashSetParser.java.
References org.sleuthkit.autopsy.coreutils.Logger.getLogger().
boolean org.sleuthkit.autopsy.modules.hashdatabase.HashkeeperHashSetParser.doneReading | ( | ) |
Check if there are more hashes to read
Definition at line 103 of file HashkeeperHashSetParser.java.
long org.sleuthkit.autopsy.modules.hashdatabase.HashkeeperHashSetParser.getExpectedHashCount | ( | ) |
Get the expected number of hashes in the file. This number can be an estimate.
Definition at line 114 of file HashkeeperHashSetParser.java.
References org.sleuthkit.autopsy.modules.hashdatabase.HashkeeperHashSetParser.expectedHashCount.
String org.sleuthkit.autopsy.modules.hashdatabase.HashkeeperHashSetParser.getNextHash | ( | ) | throws TskCoreException |
Get the next hash to import
TskCoreException |
Definition at line 83 of file HashkeeperHashSetParser.java.
|
private |
Definition at line 40 of file HashkeeperHashSetParser.java.
|
private |
Definition at line 41 of file HashkeeperHashSetParser.java.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.HashkeeperHashSetParser.getExpectedHashCount().
|
private |
Definition at line 38 of file HashkeeperHashSetParser.java.
|
private |
Definition at line 43 of file HashkeeperHashSetParser.java.
|
private |
Definition at line 39 of file HashkeeperHashSetParser.java.
|
private |
Definition at line 42 of file HashkeeperHashSetParser.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.