Sleuth Kit Java Bindings (JNI)  4.11.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.HostAddress.HostAddressType Enum Reference

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")
 

Detailed Description

A host may have different types of addresses at a given point in time.

Definition at line 140 of file HostAddress.java.

Constructor & Destructor Documentation

org.sleuthkit.datamodel.HostAddress.HostAddressType.HostAddressType ( int  id,
String  name 
)

Definition at line 152 of file HostAddress.java.

Member Function Documentation

static HostAddressType org.sleuthkit.datamodel.HostAddress.HostAddressType.fromID ( int  typeId)
static
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.

Member Data Documentation

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")
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")
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.


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

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.