Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
String | getProduct () |
String | getVendor () |
String | toString () |
Private Member Functions | |
USBInfo (String vend, String prod) | |
Private Attributes | |
final String | product |
final String | vendor |
Stores the vendor information about a USB device
Definition at line 170 of file UsbDeviceIdMapper.java.
|
private |
Definition at line 175 of file UsbDeviceIdMapper.java.
String org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.getProduct | ( | ) |
Get product (model) information
Definition at line 194 of file UsbDeviceIdMapper.java.
References org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.product.
String org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.getVendor | ( | ) |
Get Vendor (make) information
Definition at line 185 of file UsbDeviceIdMapper.java.
References org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.vendor.
String org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.toString | ( | ) |
Definition at line 199 of file UsbDeviceIdMapper.java.
References org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.product.
|
private |
Definition at line 173 of file UsbDeviceIdMapper.java.
Referenced by org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.getProduct(), and org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.toString().
|
private |
Definition at line 172 of file UsbDeviceIdMapper.java.
Referenced by org.sleuthkit.autopsy.recentactivity.UsbDeviceIdMapper.USBInfo.getVendor().
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.