Autopsy  4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker Class Reference

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")
 

Detailed Description

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 94 of file ExtractArchiveWithPasswordAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.ExtractAndIngestWorker ( String  pass,
AbstractFile  file 
)
private

Construct an ExtractAndIngestWorker

Parameters
pass- the password to initially attempt using
file- the password protected archive file to extract the contents of

Definition at line 106 of file ExtractArchiveWithPasswordAction.java.

Member Function Documentation

Boolean org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.doInBackground ( )
protected
void org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.done ( )
protected

Member Data Documentation

final AbstractFile org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.archive
private

Definition at line 96 of file ExtractArchiveWithPasswordAction.java.

String org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.password
private
final ModalDialogProgressIndicator org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.progress = new ModalDialogProgressIndicator(WindowManager.getDefault().getMainWindow(), "Extracting Archive")
private

Definition at line 98 of file ExtractArchiveWithPasswordAction.java.


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

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.