Autopsy  4.12.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 372 of file DataSourceIntegrityIngestModule.java.

Constructor & Destructor Documentation

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

Definition at line 379 of file DataSourceIntegrityIngestModule.java.

Member Function Documentation

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

Definition at line 383 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 377 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-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.