Autopsy  4.6.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.commonfilesearch.Md5Metadata Class Reference

Public Member Functions

String getDataSources ()
 
String getMd5 ()
 
Collection< FileInstanceMetadatagetMetadata ()
 
int size ()
 

Private Attributes

final List< FileInstanceMetadatafileInstances
 
final String md5
 

Detailed Description

Encapsulates data required to instantiate an Md5Node.

Definition at line 31 of file Md5Metadata.java.

Member Function Documentation

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 ( )
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?

Returns
number of instances

Definition at line 57 of file Md5Metadata.java.

Referenced by org.sleuthkit.autopsy.datamodel.Md5Node.Md5Node().

Member Data Documentation

final List<FileInstanceMetadata> org.sleuthkit.autopsy.commonfilesearch.Md5Metadata.fileInstances
private

Definition at line 34 of file Md5Metadata.java.

final String org.sleuthkit.autopsy.commonfilesearch.Md5Metadata.md5
private

The documentation for this class was generated from the following file:

Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.