public class ChainingEncryptedKeyResolver.ChainingIterator extends Object implements Iterator<EncryptedKey>
Iterator
to be (indirectly) returned by ChainingEncryptedKeyResolver
.Constructor and Description |
---|
ChainingIterator(ChainingEncryptedKeyResolver resolver,
EncryptedData encData)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
EncryptedKey |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ChainingIterator(ChainingEncryptedKeyResolver resolver, EncryptedData encData)
resolver
- the ChainingEncryptedKeyResolver parentencData
- the EncryptedData context for resolutionpublic boolean hasNext()
hasNext
in interface Iterator<EncryptedKey>
public EncryptedKey next()
next
in interface Iterator<EncryptedKey>
public void remove()
remove
in interface Iterator<EncryptedKey>
Copyright © 1999–2016. All rights reserved.