Package | Description |
---|---|
java.net | |
java.security | |
java.util |
Modifier and Type | Method and Description |
---|---|
Enumeration<InetAddress> |
NetworkInterface.getInetAddresses()
Convenience method to return an Enumeration with all or a subset of the InetAddresses bound to this network
interface.
|
static Enumeration<NetworkInterface> |
NetworkInterface.getNetworkInterfaces()
Returns all the interfaces on this machine.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
KeyStore.aliases()
Lists all the alias names of this keystore.
|
abstract Enumeration<String> |
KeyStoreSpi.engineAliases()
Lists all the alias names of this keystore.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<E> |
Vector.elements()
Returns an enumeration of the components of this vector.
|
Enumeration<V> |
Hashtable.elements()
Returns an enumeration of the values in this hashtable.
|
abstract Enumeration<V> |
Dictionary.elements()
Returns an enumeration of the values in this dictionary.
|
Enumeration<K> |
Hashtable.keys()
Returns an enumeration of the keys in this hashtable.
|
abstract Enumeration<K> |
Dictionary.keys()
Returns an enumeration of the keys in this dictionary.
|