Sleuth Kit Java Bindings (JNI)  4.3
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.HashEntry Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.HashEntry.HashEntry ( String  fileName,
String  md5Hash,
String  sha1Hash,
String  sha256Hash,
String  comment 
)

Member Function Documentation

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.

Member Data Documentation

String org.sleuthkit.datamodel.HashEntry.comment
private
String org.sleuthkit.datamodel.HashEntry.fileName
private
String org.sleuthkit.datamodel.HashEntry.md5Hash
private
String org.sleuthkit.datamodel.HashEntry.sha1Hash
private
String org.sleuthkit.datamodel.HashEntry.sha256Hash
private

The documentation for this class was generated from the following file:

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.