Class KeyResolver.ResolverIterator
java.lang.Object
org.apache.xml.security.keys.keyresolver.KeyResolver.ResolverIterator
- All Implemented Interfaces:
Iterator<KeyResolverSpi>
- Enclosing class:
KeyResolver
Iterate over the KeyResolverSpi instances
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Iterator
<KeyResolver> (package private) List
<KeyResolver> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
res
List<KeyResolver> res -
it
Iterator<KeyResolver> it
-
-
Constructor Details
-
ResolverIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<KeyResolverSpi>
-
next
- Specified by:
next
in interfaceIterator<KeyResolverSpi>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<KeyResolverSpi>
-