Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Attributes | List of all members
org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashData Class Reference

Private Attributes

String calculatedHash
 
MessageDigest digest
 
String storedHash
 
HashType type
 

Detailed Description

Utility class to hold data for a specific hash algorithm.

Definition at line 391 of file DataSourceIntegrityIngestModule.java.

Member Data Documentation

String org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashData.calculatedHash
private

Definition at line 395 of file DataSourceIntegrityIngestModule.java.

MessageDigest org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashData.digest
private

Definition at line 393 of file DataSourceIntegrityIngestModule.java.

String org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashData.storedHash
private

Definition at line 394 of file DataSourceIntegrityIngestModule.java.

HashType org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashData.type
private

Definition at line 392 of file DataSourceIntegrityIngestModule.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.