Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
String | getDataSources () |
String | getMd5 () |
Collection< FileInstanceMetadata > | getMetadata () |
int | size () |
Private Attributes | |
final List< FileInstanceMetadata > | fileInstances |
final String | md5 |
Encapsulates data required to instantiate an Md5Node
.
Definition at line 31 of file Md5Metadata.java.
String org.sleuthkit.autopsy.commonfilesearch.Md5Metadata.getDataSources | ( | ) |
Definition at line 61 of file Md5Metadata.java.
Referenced by org.sleuthkit.autopsy.datamodel.Md5Node.Md5Node().
String org.sleuthkit.autopsy.commonfilesearch.Md5Metadata.getMd5 | ( | ) |
Definition at line 41 of file Md5Metadata.java.
References org.sleuthkit.autopsy.commonfilesearch.Md5Metadata.md5.
Referenced by org.sleuthkit.autopsy.datamodel.Md5Node.Md5Node().
Collection<FileInstanceMetadata> org.sleuthkit.autopsy.commonfilesearch.Md5Metadata.getMetadata | ( | ) |
Definition at line 49 of file Md5Metadata.java.
int org.sleuthkit.autopsy.commonfilesearch.Md5Metadata.size | ( | ) |
How many distinct file instances exist for the MD5 represented by this object?
Definition at line 57 of file Md5Metadata.java.
Referenced by org.sleuthkit.autopsy.datamodel.Md5Node.Md5Node().
|
private |
Definition at line 34 of file Md5Metadata.java.
|
private |
Definition at line 33 of file Md5Metadata.java.
Referenced by org.sleuthkit.autopsy.commonfilesearch.Md5Metadata.getMd5().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.