be.cardon.cryptoapi.provider
Class CryptoAPIKeyStore.EnumAliases

java.lang.Object
  extended by be.cardon.cryptoapi.provider.CryptoAPIKeyStore.EnumAliases
All Implemented Interfaces:
java.util.Enumeration<java.lang.String>
Enclosing class:
CryptoAPIKeyStore

public class CryptoAPIKeyStore.EnumAliases
extends java.lang.Object
implements java.util.Enumeration<java.lang.String>

Enumeration of keys aliases


Constructor Summary
CryptoAPIKeyStore.EnumAliases()
          Create an instance of EnumAlias.
 
Method Summary
 boolean hasMoreElements()
          Returns true if there are more aliases in the keystore.
 java.lang.String nextElement()
          Returns the next alias string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CryptoAPIKeyStore.EnumAliases

public CryptoAPIKeyStore.EnumAliases()
Create an instance of EnumAlias.

Method Detail

nextElement

public java.lang.String nextElement()
Returns the next alias string.

Specified by:
nextElement in interface java.util.Enumeration<java.lang.String>

hasMoreElements

public boolean hasMoreElements()
Returns true if there are more aliases in the keystore.

Specified by:
hasMoreElements in interface java.util.Enumeration<java.lang.String>