Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettingsPanel, and PropertyChangeListener.
Classes | |
class | HashSetModel |
class | HashSetsTableModel |
Public Member Functions | |
IngestModuleIngestJobSettings | getSettings () |
void | propertyChange (PropertyChangeEvent event) |
Private Member Functions | |
void | addHashSets (List< HashSetModel > hashSetModels, List< HashDb > enabledHashSets, List< HashDb > disabledHashSets) |
void | customizeComponents (HashLookupModuleSettings settings) |
void | customizeHashSetsTable (JScrollPane scrollPane, JTable table, HashSetsTableModel tableModel) |
void | initComponents () |
void | initializeHashSetModels (HashLookupModuleSettings settings) |
void | initializeHashSetModels (HashLookupModuleSettings settings, List< HashDb > hashDbs, List< HashSetModel > hashSetModels) |
boolean | isHashDbValid (HashDb hashDb) |
void | updateHashSetModels () |
List< HashDb > | validSetsOnly (List< HashDb > hashDbs) |
Private Attributes | |
javax.swing.JCheckBox | alwaysCalcHashesCheckbox |
final HashDbManager | hashDbManager = HashDbManager.getInstance() |
javax.swing.JScrollPane | jScrollPane1 |
javax.swing.JScrollPane | jScrollPane2 |
javax.swing.JLabel | knownBadHashDbsLabel |
final List< HashSetModel > | knownBadHashSetModels = new ArrayList<>() |
final HashSetsTableModel | knownBadHashSetsTableModel = new HashSetsTableModel(knownBadHashSetModels) |
javax.swing.JTable | knownBadHashTable |
javax.swing.JLabel | knownHashDbsLabel |
final List< HashSetModel > | knownHashSetModels = new ArrayList<>() |
final HashSetsTableModel | knownHashSetsTableModel = new HashSetsTableModel(knownHashSetModels) |
javax.swing.JTable | knownHashTable |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Ingest job settings panel for hash lookup file ingest modules.
Definition at line 41 of file HashLookupModuleSettingsPanel.java.
|
private |
Definition at line 112 of file HashLookupModuleSettingsPanel.java.
|
private |
Definition at line 68 of file HashLookupModuleSettingsPanel.java.
References org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.addPropertyChangeListener().
|
private |
Definition at line 76 of file HashLookupModuleSettingsPanel.java.
IngestModuleIngestJobSettings org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.getSettings | ( | ) |
Definition at line 103 of file HashLookupModuleSettingsPanel.java.
|
private |
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
Definition at line 286 of file HashLookupModuleSettingsPanel.java.
|
private |
|
private |
Definition at line 61 of file HashLookupModuleSettingsPanel.java.
|
private |
Definition at line 186 of file HashLookupModuleSettingsPanel.java.
References org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDb.getHashSetName(), and org.sleuthkit.autopsy.coreutils.Logger.getLogger().
void org.sleuthkit.autopsy.modules.hashdatabase.HashLookupModuleSettingsPanel.propertyChange | ( | PropertyChangeEvent | event | ) |
Definition at line 94 of file HashLookupModuleSettingsPanel.java.
References org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.SetEvt.DB_ADDED, org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.SetEvt.DB_DELETED, and org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.SetEvt.DB_INDEXED.
|
private |
|
private |
Definition at line 133 of file HashLookupModuleSettingsPanel.java.
References org.sleuthkit.autopsy.coreutils.Logger.getLogger().
|
private |
Definition at line 369 of file HashLookupModuleSettingsPanel.java.
|
private |
Definition at line 44 of file HashLookupModuleSettingsPanel.java.
|
private |
Definition at line 370 of file HashLookupModuleSettingsPanel.java.
|
private |
Definition at line 371 of file HashLookupModuleSettingsPanel.java.
|
private |
Definition at line 372 of file HashLookupModuleSettingsPanel.java.
|
private |
Definition at line 47 of file HashLookupModuleSettingsPanel.java.
|
private |
Definition at line 48 of file HashLookupModuleSettingsPanel.java.
|
private |
Definition at line 373 of file HashLookupModuleSettingsPanel.java.
|
private |
Definition at line 374 of file HashLookupModuleSettingsPanel.java.
|
private |
Definition at line 45 of file HashLookupModuleSettingsPanel.java.
|
private |
Definition at line 46 of file HashLookupModuleSettingsPanel.java.
|
private |
Definition at line 375 of file HashLookupModuleSettingsPanel.java.
|
staticprivate |
Definition at line 43 of file HashLookupModuleSettingsPanel.java.
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.