Autopsy  4.19.1
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 397 of file DataSourceIntegrityIngestModule.java.

Member Data Documentation

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

Definition at line 402 of file DataSourceIntegrityIngestModule.java.

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

Definition at line 400 of file DataSourceIntegrityIngestModule.java.

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

Definition at line 401 of file DataSourceIntegrityIngestModule.java.

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

Definition at line 399 of file DataSourceIntegrityIngestModule.java.


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

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