Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.report.GeneralReportModule.
Public Member Functions | |
AddTaggedHashesToHashDb () | |
void | generateReport (String reportPath, ReportProgressPanel progressPanel) |
JPanel | getConfigurationPanel () |
String | getDescription () |
String | getName () |
String | getRelativeFilePath () |
Private Attributes | |
AddTaggedHashesToHashDbConfigPanel | configPanel |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(AddTaggedHashesToHashDb.class.getName()) |
Instances of this class plug in to the reporting infrastructure to provide a convenient way to add content hashes to hash set databases.
Definition at line 48 of file AddTaggedHashesToHashDb.java.
org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.AddTaggedHashesToHashDb | ( | ) |
Definition at line 53 of file AddTaggedHashesToHashDb.java.
void org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.generateReport | ( | String | baseReportDir, |
ReportProgressPanel | progressPanel | ||
) |
Called to generate the report. Method is responsible for saving the file at the path specified and updating progress via the progressPanel object.
baseReportDir | Base directory that reports are being stored in. Report should go into baseReportDir + getRelativeFilePath(). |
progressPanel | panel to update the report's progress with |
Implements org.sleuthkit.autopsy.report.GeneralReportModule.
Definition at line 76 of file AddTaggedHashesToHashDb.java.
References org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDb.addHashes(), org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.CANCELED, org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.COMPLETE, org.sleuthkit.autopsy.report.ReportProgressPanel.complete(), org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.ERROR, org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.error(), org.sleuthkit.autopsy.casemodule.services.TagsManager.getContentTagsByTagName(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.Case.getDisplayName(), org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDb.getHashSetName(), org.sleuthkit.autopsy.coreutils.Logger.getLogger(), org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.getName(), org.sleuthkit.autopsy.casemodule.Case.getServices(), org.sleuthkit.autopsy.report.ReportProgressPanel.getStatus(), org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager(), org.sleuthkit.autopsy.report.ReportProgressPanel.setIndeterminate(), org.sleuthkit.autopsy.report.ReportProgressPanel.start(), and org.sleuthkit.autopsy.report.ReportProgressPanel.updateStatusLabel().
JPanel org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.getConfigurationPanel | ( | ) |
Definition at line 160 of file AddTaggedHashesToHashDb.java.
String org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.getDescription | ( | ) |
Definition at line 62 of file AddTaggedHashesToHashDb.java.
String org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.getName | ( | ) |
Definition at line 57 of file AddTaggedHashesToHashDb.java.
Referenced by org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.generateReport().
String org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.getRelativeFilePath | ( | ) |
Definition at line 67 of file AddTaggedHashesToHashDb.java.
|
private |
Definition at line 51 of file AddTaggedHashesToHashDb.java.
|
staticprivate |
Definition at line 50 of file AddTaggedHashesToHashDb.java.
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.