Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
CentralRepoFileInstance (int globalSetID, String MD5Hash, TskData.FileKnown knownStatus, String comment) throws CentralRepoException, CorrelationAttributeNormalizationException | |
CentralRepoFileInstance (int instanceID, int globalSetID, String MD5Hash, TskData.FileKnown knownStatus, String comment) throws CentralRepoException, CorrelationAttributeNormalizationException | |
boolean | equals (Object otherInstance) |
String | getComment () |
int | getGlobalSetID () |
int | getInstanceID () |
TskData.FileKnown | getKnownStatus () |
String | getMD5Hash () |
int | hashCode () |
void | setComment (String comment) |
void | setGlobalSetID (int globalSetID) |
void | setInstanceID (int instanceID) |
void | setKnownStatus (TskData.FileKnown knownStatus) |
void | setMD5Hash (String MD5Hash) throws CorrelationAttributeNormalizationException |
Private Attributes | |
String | comment |
int | globalSetID |
int | instanceID |
TskData.FileKnown | knownStatus |
String | MD5Hash |
Global file hash instance
Definition at line 27 of file CentralRepoFileInstance.java.
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.CentralRepoFileInstance | ( | int | globalSetID, |
String | MD5Hash, | ||
TskData.FileKnown | knownStatus, | ||
String | comment | ||
) | throws CentralRepoException, CorrelationAttributeNormalizationException |
Definition at line 35 of file CentralRepoFileInstance.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.comment, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.globalSetID, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.knownStatus, and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.MD5Hash.
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.CentralRepoFileInstance | ( | int | instanceID, |
int | globalSetID, | ||
String | MD5Hash, | ||
TskData.FileKnown | knownStatus, | ||
String | comment | ||
) | throws CentralRepoException, CorrelationAttributeNormalizationException |
Definition at line 43 of file CentralRepoFileInstance.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.comment, org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.FILES_TYPE_ID, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.globalSetID, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.instanceID, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.knownStatus, and org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeNormalizer.normalize().
boolean org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.equals | ( | Object | otherInstance | ) |
Definition at line 61 of file CentralRepoFileInstance.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.hashCode().
String org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.getComment | ( | ) |
Definition at line 138 of file CentralRepoFileInstance.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.comment.
int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.getGlobalSetID | ( | ) |
Definition at line 96 of file CentralRepoFileInstance.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.globalSetID.
int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.getInstanceID | ( | ) |
Definition at line 82 of file CentralRepoFileInstance.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.instanceID.
TskData.FileKnown org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.getKnownStatus | ( | ) |
Definition at line 124 of file CentralRepoFileInstance.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.knownStatus.
String org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.getMD5Hash | ( | ) |
Definition at line 110 of file CentralRepoFileInstance.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.MD5Hash.
int org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.hashCode | ( | ) |
Definition at line 72 of file CentralRepoFileInstance.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.globalSetID, and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.knownStatus.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.equals().
void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.setComment | ( | String | comment | ) |
comment | the comment to set |
Definition at line 145 of file CentralRepoFileInstance.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.comment.
void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.setGlobalSetID | ( | int | globalSetID | ) |
globalSetID | the globalSetID to set |
Definition at line 103 of file CentralRepoFileInstance.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.globalSetID.
void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.setInstanceID | ( | int | instanceID | ) |
instanceID | the instanceID to set |
Definition at line 89 of file CentralRepoFileInstance.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.instanceID.
void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.setKnownStatus | ( | TskData.FileKnown | knownStatus | ) |
knownStatus | the knownStatus to set |
Definition at line 131 of file CentralRepoFileInstance.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.knownStatus.
void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.setMD5Hash | ( | String | MD5Hash | ) | throws CorrelationAttributeNormalizationException |
MD5Hash | the MD5Hash to set |
Definition at line 117 of file CentralRepoFileInstance.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance.FILES_TYPE_ID, and org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeNormalizer.normalize().
|
private |
Definition at line 33 of file CentralRepoFileInstance.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.CentralRepoFileInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.getComment(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.setComment().
|
private |
Definition at line 30 of file CentralRepoFileInstance.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.CentralRepoFileInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.getGlobalSetID(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.hashCode(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.setGlobalSetID().
|
private |
Definition at line 29 of file CentralRepoFileInstance.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.CentralRepoFileInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.getInstanceID(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.setInstanceID().
|
private |
Definition at line 32 of file CentralRepoFileInstance.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.CentralRepoFileInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.getKnownStatus(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.hashCode(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoFileInstance.setKnownStatus().
|
private |
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.