Sleuth Kit Java Bindings (JNI)  4.11.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.HashUtility.HashResult Class Reference

Public Member Functions

 HashResult (HashType type, String value)
 
HashType getType ()
 
String getValue ()
 

Detailed Description

Utility class to hold a hash value along with its type.

Definition at line 151 of file HashUtility.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.HashUtility.HashResult.HashResult ( HashType  type,
String  value 
)

Definition at line 156 of file HashUtility.java.

Member Function Documentation

HashType org.sleuthkit.datamodel.HashUtility.HashResult.getType ( )

Definition at line 161 of file HashUtility.java.

String org.sleuthkit.datamodel.HashUtility.HashResult.getValue ( )

Definition at line 165 of file HashUtility.java.


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

Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.