| 
    Sleuth Kit Java Bindings (JNI)
    4.3
    
   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 () | 
Private Attributes | |
| String | comment | 
| String | fileName | 
| String | md5Hash | 
| String | sha1Hash | 
| String | sha256Hash | 
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 | ||
| ) | 
| String org.sleuthkit.datamodel.HashEntry.getComment | ( | ) | 
Definition at line 57 of file HashEntry.java.
References org.sleuthkit.datamodel.HashEntry.comment.
| String org.sleuthkit.datamodel.HashEntry.getFileName | ( | ) | 
Definition at line 41 of file HashEntry.java.
References org.sleuthkit.datamodel.HashEntry.fileName.
| String org.sleuthkit.datamodel.HashEntry.getMd5Hash | ( | ) | 
Definition at line 45 of file HashEntry.java.
References org.sleuthkit.datamodel.HashEntry.md5Hash.
| String org.sleuthkit.datamodel.HashEntry.getSha1Hash | ( | ) | 
Definition at line 49 of file HashEntry.java.
References org.sleuthkit.datamodel.HashEntry.sha1Hash.
| String org.sleuthkit.datamodel.HashEntry.getSha256Hash | ( | ) | 
Definition at line 53 of file HashEntry.java.
References org.sleuthkit.datamodel.HashEntry.sha256Hash.
      
  | 
  private | 
Definition at line 31 of file HashEntry.java.
Referenced by org.sleuthkit.datamodel.HashEntry.getComment(), and org.sleuthkit.datamodel.HashEntry.HashEntry().
      
  | 
  private | 
Definition at line 27 of file HashEntry.java.
Referenced by org.sleuthkit.datamodel.HashEntry.getFileName(), and org.sleuthkit.datamodel.HashEntry.HashEntry().
      
  | 
  private | 
Definition at line 28 of file HashEntry.java.
Referenced by org.sleuthkit.datamodel.HashEntry.getMd5Hash(), and org.sleuthkit.datamodel.HashEntry.HashEntry().
      
  | 
  private | 
Definition at line 29 of file HashEntry.java.
Referenced by org.sleuthkit.datamodel.HashEntry.getSha1Hash(), and org.sleuthkit.datamodel.HashEntry.HashEntry().
      
  | 
  private | 
Definition at line 30 of file HashEntry.java.
Referenced by org.sleuthkit.datamodel.HashEntry.getSha256Hash(), and org.sleuthkit.datamodel.HashEntry.HashEntry().
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.