Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | Private Attributes | List of all members
org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType Enum Reference

Public Member Functions

 HashType (String name)
 
String getName ()
 

Public Attributes

 MD5 =("MD5")
 
 SHA1 =("SHA-1")
 
 SHA256 =("SHA-256")
 

Private Attributes

final String name
 

Detailed Description

Enum to hold the type of hash. The value in the "name" field should be compatible with MessageDigest

Definition at line 378 of file DataSourceIntegrityIngestModule.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType.HashType ( String  name)

Definition at line 385 of file DataSourceIntegrityIngestModule.java.

Member Function Documentation

String org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType.getName ( )

Definition at line 389 of file DataSourceIntegrityIngestModule.java.

Member Data Documentation

org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType.MD5 =("MD5")
final String org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType.name
private

Definition at line 383 of file DataSourceIntegrityIngestModule.java.

org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType.SHA1 =("SHA-1")
org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType.SHA256 =("SHA-256")

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

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