Go to the documentation of this file.
19package org.sleuthkit.autopsy.report.modules.taggedhashes;
21import org.sleuthkit.autopsy.report.ReportModuleSettings;
28 private static final long serialVersionUID = 1L;
29 private final boolean exportAllTags;
30 private final String hashDbName;
34 return serialVersionUID;
40 HashesReportModuleSettings() {
51 HashesReportModuleSettings(
boolean exportAllTags, String hashDbName) {
52 this.exportAllTags = exportAllTags;
53 this.hashDbName = hashDbName;
61 boolean isExportAllTags() {
70 public String getHashDbName() {
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.