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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

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.

Parameters
filethe password protected archive file to extract

Definition at line 65 of file ExtractArchiveWithPasswordAction.java.

Member Function Documentation

void org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.actionPerformed ( ActionEvent  e)
String org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.getPassword ( String  title,
String  oldPassword 
)
private

Member Data Documentation

final AbstractFile org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.archiveFile
private

Definition at line 51 of file ExtractArchiveWithPasswordAction.java.

final Logger org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.logger = Logger.getLogger(ExtractArchiveWithPasswordAction.class.getName())
staticprivate

Definition at line 50 of file ExtractArchiveWithPasswordAction.java.

final long org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.serialVersionUID = 1L
staticprivate

Definition at line 49 of file ExtractArchiveWithPasswordAction.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.