| Package | Description | 
|---|---|
| java.security | |
| java.util | 
| 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. 
 |