Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
HashType (String name) | |
String | getName () |
Public Attributes | |
MD5 =("MD5") | |
SHA1 =("SHA-1") | |
SHA256 =("SHA-256") | |
Private Attributes | |
final String | name |
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.
org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType.HashType | ( | String | name | ) |
Definition at line 385 of file DataSourceIntegrityIngestModule.java.
String org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType.getName | ( | ) |
Definition at line 389 of file DataSourceIntegrityIngestModule.java.
org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType.MD5 =("MD5") |
Definition at line 379 of file DataSourceIntegrityIngestModule.java.
Referenced by org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.process().
|
private |
Definition at line 383 of file DataSourceIntegrityIngestModule.java.
org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType.SHA1 =("SHA-1") |
Definition at line 380 of file DataSourceIntegrityIngestModule.java.
Referenced by org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.process().
org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType.SHA256 =("SHA-256") |
Definition at line 381 of file DataSourceIntegrityIngestModule.java.
Referenced by org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.process().
Copyright © 2012-2022 Basis Technology. Generated on: Sun Mar 26 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.