| 
    Sleuth Kit Java Bindings (JNI)
    4.3
    
   Java bindings for using The Sleuth Kit 
   | 
 
Static Public Member Functions | |
| static String | calculateMd5 (AbstractFile file) throws IOException | 
| static boolean | isNoDataMd5 (String md5) | 
Static Private Attributes | |
| static final int | BUFFER_SIZE = 16 * 1024 | 
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 | 
Definition at line 44 of file HashUtility.java.
References org.sleuthkit.datamodel.HashUtility.BUFFER_SIZE.
      
  | 
  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 83 of file HashUtility.java.
      
  | 
  staticprivate | 
Definition at line 34 of file HashUtility.java.
Referenced by org.sleuthkit.datamodel.HashUtility.calculateMd5().
Copyright © 2011-2015 Brian Carrier.  (carrier -at- sleuthkit -dot- org)
 
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.