Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDb.KnownFilesType Enum Reference

Public Member Functions

String getDisplayName ()
 

Public Attributes

 KNOWN =(NbBundle.getMessage(HashDbManager.class, "HashDbManager.known.text"))
 
 KNOWN_BAD =(NbBundle.getMessage(HashDbManager.class, "HashDbManager.knownBad.text"))
 

Private Member Functions

 KnownFilesType (String displayName)
 

Private Attributes

final String displayName
 

Detailed Description

Indicates how files with hashes stored in a particular hash database object should be classified.

Definition at line 702 of file HashDbManager.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDb.KnownFilesType.KnownFilesType ( String  displayName)
private

Definition at line 708 of file HashDbManager.java.

Member Function Documentation

String org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDb.KnownFilesType.getDisplayName ( )

Definition at line 712 of file HashDbManager.java.

Member Data Documentation

final String org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDb.KnownFilesType.displayName
private

Definition at line 706 of file HashDbManager.java.

org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDb.KnownFilesType.KNOWN =(NbBundle.getMessage(HashDbManager.class, "HashDbManager.known.text"))
org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDb.KnownFilesType.KNOWN_BAD =(NbBundle.getMessage(HashDbManager.class, "HashDbManager.knownBad.text"))

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

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