Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
String | getBasePath () |
String | getDefaultDbPath () |
String | getSettingsPath () |
String | getXmlSettingsPath () |
Static Public Member Functions | |
static HashConfigPaths | getInstance () |
Private Member Functions | |
HashConfigPaths () | |
Static Private Attributes | |
static final String | HASH_CONFIG_PATH = Paths.get(PlatformUtil.getModuleConfigDirectory(), HASHSET_FOLDER).toAbsolutePath().toString() |
static final String | HASH_DATABASE_DEFAULT_FOLDER = "HashDatabases" |
static final String | HASH_DATABASE_DEFAULT_PATH = Paths.get(HASH_CONFIG_PATH, HASH_DATABASE_DEFAULT_FOLDER).toString() |
static final String | HASHSET_FOLDER = "HashLookup" |
static final HashConfigPaths | instance = new HashConfigPaths() |
static final String | SERIALIZATION_FILE_NAME = "hashLookup.settings" |
static final String | SERIALIZATION_FILE_PATH = Paths.get(HASH_CONFIG_PATH, SERIALIZATION_FILE_NAME).toString() |
static final String | XML_FILE_NAME = "hashsets.xml" |
static final String | XML_FILE_PATH = Paths.get(HASH_CONFIG_PATH, XML_FILE_NAME).toAbsolutePath().toString() |
Paths for hash config files.
Definition at line 27 of file HashConfigPaths.java.
|
private |
Definition at line 45 of file HashConfigPaths.java.
String org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.getBasePath | ( | ) |
Definition at line 58 of file HashConfigPaths.java.
References org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.HASH_CONFIG_PATH.
String org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.getDefaultDbPath | ( | ) |
Definition at line 65 of file HashConfigPaths.java.
References org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.HASH_DATABASE_DEFAULT_PATH.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.Installer.restored().
|
static |
Definition at line 51 of file HashConfigPaths.java.
References org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.instance.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.Installer.restored().
String org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.getSettingsPath | ( | ) |
Definition at line 72 of file HashConfigPaths.java.
References org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.SERIALIZATION_FILE_PATH.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.Installer.restored().
String org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.getXmlSettingsPath | ( | ) |
Definition at line 79 of file HashConfigPaths.java.
References org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.XML_FILE_PATH.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.Installer.restored().
|
staticprivate |
Definition at line 34 of file HashConfigPaths.java.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.getBasePath().
|
staticprivate |
Definition at line 39 of file HashConfigPaths.java.
|
staticprivate |
Definition at line 40 of file HashConfigPaths.java.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.getDefaultDbPath().
|
staticprivate |
Definition at line 31 of file HashConfigPaths.java.
|
staticprivate |
Definition at line 29 of file HashConfigPaths.java.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.getInstance().
|
staticprivate |
Definition at line 32 of file HashConfigPaths.java.
|
staticprivate |
Definition at line 42 of file HashConfigPaths.java.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.getSettingsPath().
|
staticprivate |
Definition at line 36 of file HashConfigPaths.java.
|
staticprivate |
Definition at line 37 of file HashConfigPaths.java.
Referenced by org.sleuthkit.autopsy.modules.hashdatabase.infrastructure.HashConfigPaths.getXmlSettingsPath().
Copyright © 2012-2022 Basis Technology. Generated on: Thu Mar 23 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.