Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.
Classes | |
class | HashsetNameFactory |
class | HashsetNameNode |
class | HashsetResults |
class | HitFactory |
class | RootNode |
Public Member Functions | |
HashsetHits (SleuthkitCase skCase) | |
HashsetHits (SleuthkitCase skCase, long objId) | |
Private Attributes | |
final long | filteringDSObjId |
final HashsetResults | hashsetResults |
SleuthkitCase | skCase |
Static Private Attributes | |
static final String | DISPLAY_NAME = BlackboardArtifact.Type.TSK_HASHSET_HIT.getDisplayName() |
static final String | HASHSET_HITS = BlackboardArtifact.Type.TSK_HASHSET_HIT.getTypeName() |
static final Set< IngestManager.IngestJobEvent > | INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.COMPLETED, IngestManager.IngestJobEvent.CANCELLED) |
static final Set< IngestManager.IngestModuleEvent > | INGEST_MODULE_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestModuleEvent.DATA_ADDED) |
static final Logger | logger = Logger.getLogger(HashsetHits.class.getName()) |
Hash set hits node support. Inner classes have all of the nodes in the tree.
Definition at line 61 of file HashsetHits.java.
org.sleuthkit.autopsy.datamodel.HashsetHits.HashsetHits | ( | SleuthkitCase | skCase | ) |
Constructor
skCase | Case DB |
Definition at line 78 of file HashsetHits.java.
References org.sleuthkit.autopsy.datamodel.HashsetHits.skCase.
org.sleuthkit.autopsy.datamodel.HashsetHits.HashsetHits | ( | SleuthkitCase | skCase, |
long | objId | ||
) |
Constructor
skCase | Case DB |
objId | Object id of the data source |
Definition at line 89 of file HashsetHits.java.
References org.sleuthkit.autopsy.datamodel.HashsetHits.skCase.
|
staticprivate |
Definition at line 64 of file HashsetHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.HashsetHits.RootNode.RootNode().
|
private |
Definition at line 70 of file HashsetHits.java.
|
staticprivate |
Definition at line 63 of file HashsetHits.java.
|
private |
Definition at line 69 of file HashsetHits.java.
|
staticprivate |
Definition at line 66 of file HashsetHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.HashsetHits.HashsetNameFactory.addNotify().
|
staticprivate |
Definition at line 67 of file HashsetHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.HashsetHits.HashsetNameFactory.addNotify().
|
staticprivate |
Definition at line 65 of file HashsetHits.java.
|
private |
Definition at line 68 of file HashsetHits.java.
Referenced by org.sleuthkit.autopsy.datamodel.HashsetHits.HashsetHits().
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.