Sleuth Kit Java Bindings (JNI)
4.9.0
Java bindings for using The Sleuth Kit
|
Public Member Functions | |
HashEntry (String fileName, String md5Hash, String sha1Hash, String sha256Hash, String comment) | |
String | getComment () |
String | getFileName () |
String | getMd5Hash () |
String | getSha1Hash () |
String | getSha256Hash () |
Used to pass info about a hash so that it can be added into the TSK-db from Autopsy. HashHitInfo is for the reverse direction.
Definition at line 25 of file HashEntry.java.
org.sleuthkit.datamodel.HashEntry.HashEntry | ( | String | fileName, |
String | md5Hash, | ||
String | sha1Hash, | ||
String | sha256Hash, | ||
String | comment | ||
) |
Definition at line 33 of file HashEntry.java.
String org.sleuthkit.datamodel.HashEntry.getComment | ( | ) |
Definition at line 57 of file HashEntry.java.
String org.sleuthkit.datamodel.HashEntry.getFileName | ( | ) |
Definition at line 41 of file HashEntry.java.
String org.sleuthkit.datamodel.HashEntry.getMd5Hash | ( | ) |
Definition at line 45 of file HashEntry.java.
String org.sleuthkit.datamodel.HashEntry.getSha1Hash | ( | ) |
Definition at line 49 of file HashEntry.java.
String org.sleuthkit.datamodel.HashEntry.getSha256Hash | ( | ) |
Definition at line 53 of file HashEntry.java.
Copyright © 2011-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.