Autopsy
4.6.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits SwingWorker< Boolean, Void >.
Protected Member Functions | |
Boolean | doInBackground () |
void | done () |
Private Member Functions | |
ExtractAndIngestWorker (String pass, AbstractFile file) | |
Private Attributes | |
final AbstractFile | archive |
String | password |
final ModalDialogProgressIndicator | progress = new ModalDialogProgressIndicator(WindowManager.getDefault().getMainWindow(), "Extracting Archive") |
SwingWorker which attempts to extract contents of archive file with a password and if successful proceeds to let the user run ingest on the contents.
Definition at line 93 of file ExtractArchiveWithPasswordAction.java.
|
private |
Construct an ExtractAndIngestWorker
pass | - the password to initially attempt using |
file | - the password protected archive file to extract the contents of |
Definition at line 105 of file ExtractArchiveWithPasswordAction.java.
|
protected |
Definition at line 111 of file ExtractArchiveWithPasswordAction.java.
References org.sleuthkit.autopsy.ingest.IngestMessage.createWarningMessage(), org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.done(), org.sleuthkit.autopsy.progress.ModalDialogProgressIndicator.finish(), org.sleuthkit.autopsy.ingest.IngestServices.getInstance(), org.sleuthkit.autopsy.casemodule.Case.getModuleDirectory(), org.sleuthkit.autopsy.casemodule.Case.getModuleOutputDirectoryRelativePath(), org.sleuthkit.autopsy.casemodule.Case.getOpenCase(), org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.password, org.sleuthkit.autopsy.ingest.IngestServices.postMessage(), and org.sleuthkit.autopsy.progress.ModalDialogProgressIndicator.start().
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.done().
|
protected |
Definition at line 143 of file ExtractArchiveWithPasswordAction.java.
References org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.actionPerformed(), org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.doInBackground(), org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.getPassword(), and org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.password.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.doInBackground().
|
private |
Definition at line 95 of file ExtractArchiveWithPasswordAction.java.
|
private |
Definition at line 96 of file ExtractArchiveWithPasswordAction.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.doInBackground(), and org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.done().
|
private |
Definition at line 97 of file ExtractArchiveWithPasswordAction.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.