Autopsy
4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractAction.
Classes | |
class | ExtractAndIngestWorker |
Public Member Functions | |
ExtractArchiveWithPasswordAction (AbstractFile file) | |
void | actionPerformed (ActionEvent e) |
Private Member Functions | |
String | getPassword (String title, String oldPassword) |
Private Attributes | |
final AbstractFile | archiveFile |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(ExtractArchiveWithPasswordAction.class.getName()) |
static final long | serialVersionUID = 1L |
An action that will allow the user to enter a password for archive file and unpack its contents.
Definition at line 47 of file ExtractArchiveWithPasswordAction.java.
org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractArchiveWithPasswordAction | ( | AbstractFile | file | ) |
Create an action that will allow the user to enter an password and then use the entered password to extract contents of a password protected archive.
file | the password protected archive file to extract |
Definition at line 65 of file ExtractArchiveWithPasswordAction.java.
void org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 71 of file ExtractArchiveWithPasswordAction.java.
References org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.getPassword().
|
private |
Definition at line 79 of file ExtractArchiveWithPasswordAction.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.actionPerformed(), and org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.done().
|
private |
Definition at line 51 of file ExtractArchiveWithPasswordAction.java.
|
staticprivate |
Definition at line 50 of file ExtractArchiveWithPasswordAction.java.
|
staticprivate |
Definition at line 49 of file ExtractArchiveWithPasswordAction.java.
Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.