Sleuth Kit Java Bindings (JNI)
4.6.0
Java bindings for using The Sleuth Kit
|
Static Public Member Functions | |
static String | calculateMd5 (AbstractFile file) throws IOException |
static String | calculateMd5Hash (Content content) throws IOException |
static boolean | isNoDataMd5 (String md5) |
Utility to calculate a hash for FsContent and store in TSK database
Definition at line 32 of file HashUtility.java.
|
static |
Calculate the MD5 hash for the given FsContent and store it in the database
file | file object whose md5 hash we want to calculate |
java.io.IOException |
Definition at line 96 of file HashUtility.java.
References org.sleuthkit.datamodel.HashUtility.calculateMd5Hash().
|
static |
Calculate the MD5 hash for the given FsContent
content | content object whose md5 hash we want to calculate |
java.io.IOException |
Definition at line 44 of file HashUtility.java.
Referenced by org.sleuthkit.datamodel.HashUtility.calculateMd5().
|
static |
Determine if the passed in Hash value is that for no data (i.e. an empty file). Looking these values up or correlating on them causes lots of false positives.
md5 |
Definition at line 80 of file HashUtility.java.
Copyright © 2011-2018 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.