Autopsy
4.17.0
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 372 of file DataSourceIntegrityIngestModule.java.
org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType.HashType | ( | String | name | ) |
Definition at line 379 of file DataSourceIntegrityIngestModule.java.
String org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType.getName | ( | ) |
Definition at line 383 of file DataSourceIntegrityIngestModule.java.
org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType.MD5 =("MD5") |
Definition at line 373 of file DataSourceIntegrityIngestModule.java.
Referenced by org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.process().
|
private |
Definition at line 377 of file DataSourceIntegrityIngestModule.java.
org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.HashType.SHA1 =("SHA-1") |
Definition at line 374 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 375 of file DataSourceIntegrityIngestModule.java.
Referenced by org.sleuthkit.autopsy.modules.dataSourceIntegrity.DataSourceIntegrityIngestModule.process().
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.