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

Public Member Functions

 HashHitInfo (String hashMd5, String hashSha1, String hashSha2_256)
 
void addComment (String comment)
 
void addName (String name)
 
ArrayList< String > getComments ()
 
String getHashMd5 ()
 
String getHashSha1 ()
 
String getHashSha256 ()
 
ArrayList< String > getNames ()
 

Detailed Description

Used to transmit hashDb information about a particular hash hit from the TSK lookup code to Autopsy. HashEntry is for the reverse direction (adding hashes to DB).

Definition at line 28 of file HashHitInfo.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.HashHitInfo.HashHitInfo ( String  hashMd5,
String  hashSha1,
String  hashSha2_256 
)

Default constructor when error message is not available

Definition at line 39 of file HashHitInfo.java.

Member Function Documentation

void org.sleuthkit.datamodel.HashHitInfo.addComment ( String  comment)

Add comment associated with this hash

Parameters
comment

Definition at line 59 of file HashHitInfo.java.

void org.sleuthkit.datamodel.HashHitInfo.addName ( String  name)

Add file name associated with this hash

Parameters
name

Definition at line 50 of file HashHitInfo.java.

ArrayList<String> org.sleuthkit.datamodel.HashHitInfo.getComments ( )

Definition at line 79 of file HashHitInfo.java.

String org.sleuthkit.datamodel.HashHitInfo.getHashMd5 ( )

Definition at line 63 of file HashHitInfo.java.

String org.sleuthkit.datamodel.HashHitInfo.getHashSha1 ( )

Definition at line 67 of file HashHitInfo.java.

String org.sleuthkit.datamodel.HashHitInfo.getHashSha256 ( )

Definition at line 71 of file HashHitInfo.java.

ArrayList<String> org.sleuthkit.datamodel.HashHitInfo.getNames ( )

Definition at line 75 of file HashHitInfo.java.


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

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.