Sleuth Kit Java Bindings (JNI)
4.11.1
Java bindings for using The Sleuth Kit
|
Public Member Functions | |
HashHitInfo (String hashMd5, String hashSha1, String hashSha2_256) | |
void | addComment (String comment) |
void | addName (String name) |
ArrayList< String > | getComments () |
String | getHashMd5 () |
String | getHashSha1 () |
String | getHashSha256 () |
ArrayList< String > | getNames () |
Used to transmit hashDb information about a particular hash hit from the TSK lookup code to Autopsy. HashEntry is for the reverse direction (adding hashes to DB).
Definition at line 28 of file HashHitInfo.java.
org.sleuthkit.datamodel.HashHitInfo.HashHitInfo | ( | String | hashMd5, |
String | hashSha1, | ||
String | hashSha2_256 | ||
) |
Default constructor when error message is not available
Definition at line 39 of file HashHitInfo.java.
void org.sleuthkit.datamodel.HashHitInfo.addComment | ( | String | comment | ) |
Add comment associated with this hash
comment |
Definition at line 59 of file HashHitInfo.java.
void org.sleuthkit.datamodel.HashHitInfo.addName | ( | String | name | ) |
Add file name associated with this hash
name |
Definition at line 50 of file HashHitInfo.java.
ArrayList<String> org.sleuthkit.datamodel.HashHitInfo.getComments | ( | ) |
Definition at line 79 of file HashHitInfo.java.
String org.sleuthkit.datamodel.HashHitInfo.getHashMd5 | ( | ) |
Definition at line 63 of file HashHitInfo.java.
String org.sleuthkit.datamodel.HashHitInfo.getHashSha1 | ( | ) |
Definition at line 67 of file HashHitInfo.java.
String org.sleuthkit.datamodel.HashHitInfo.getHashSha256 | ( | ) |
Definition at line 71 of file HashHitInfo.java.
ArrayList<String> org.sleuthkit.datamodel.HashHitInfo.getNames | ( | ) |
Definition at line 75 of file HashHitInfo.java.
Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.