Sleuth Kit Java Bindings (JNI)
4.11.0
Java bindings for using The Sleuth Kit
|
Public Member Functions | |
HostAddressType (int id, String name) | |
int | getId () |
String | getName () |
Static Public Member Functions | |
static HostAddressType | fromID (int typeId) |
Public Attributes | |
BLUETOOTH_MAC =(6, "BlueTooth MAC") | |
DNS_AUTO =(0, "DNS Auto Detection") | |
ETHERNET_MAC =(4, "Ethernet MAC") | |
HOSTNAME =(1, "Host Name") | |
IPV4 =(2, "IPv4") | |
IPV6 =(3, "IPv6") | |
WIFI_MAC =(5, "WiFi MAC") | |
A host may have different types of addresses at a given point in time.
Definition at line 140 of file HostAddress.java.
org.sleuthkit.datamodel.HostAddress.HostAddressType.HostAddressType | ( | int | id, |
String | name | ||
) |
Definition at line 152 of file HostAddress.java.
|
static |
Definition at line 165 of file HostAddress.java.
Referenced by org.sleuthkit.datamodel.HostAddressManager.hostAddressExists().
int org.sleuthkit.datamodel.HostAddress.HostAddressType.getId | ( | ) |
Definition at line 157 of file HostAddress.java.
String org.sleuthkit.datamodel.HostAddress.HostAddressType.getName | ( | ) |
Definition at line 161 of file HostAddress.java.
org.sleuthkit.datamodel.HostAddress.HostAddressType.BLUETOOTH_MAC =(6, "BlueTooth MAC") |
Definition at line 147 of file HostAddress.java.
org.sleuthkit.datamodel.HostAddress.HostAddressType.DNS_AUTO =(0, "DNS Auto Detection") |
Definition at line 141 of file HostAddress.java.
Referenced by org.sleuthkit.datamodel.HostAddressManager.hostAddressExists().
org.sleuthkit.datamodel.HostAddress.HostAddressType.ETHERNET_MAC =(4, "Ethernet MAC") |
Definition at line 145 of file HostAddress.java.
org.sleuthkit.datamodel.HostAddress.HostAddressType.HOSTNAME =(1, "Host Name") |
Definition at line 142 of file HostAddress.java.
Referenced by org.sleuthkit.datamodel.HostAddressManager.getIpAddress().
org.sleuthkit.datamodel.HostAddress.HostAddressType.IPV4 =(2, "IPv4") |
Definition at line 143 of file HostAddress.java.
org.sleuthkit.datamodel.HostAddress.HostAddressType.IPV6 =(3, "IPv6") |
Definition at line 144 of file HostAddress.java.
org.sleuthkit.datamodel.HostAddress.HostAddressType.WIFI_MAC =(5, "WiFi MAC") |
Definition at line 146 of file HostAddress.java.
Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.