|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.encryption.ChainingEncryptedKeyResolver.ChainingIterator
public class ChainingEncryptedKeyResolver.ChainingIterator
Implementation of Iterator
to be (indirectly) returned by ChainingEncryptedKeyResolver
.
Constructor Summary | |
---|---|
ChainingEncryptedKeyResolver.ChainingIterator(ChainingEncryptedKeyResolver resolver,
EncryptedData encData)
Constructor. |
Method Summary | |
---|---|
boolean |
hasNext()
|
EncryptedKey |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChainingEncryptedKeyResolver.ChainingIterator(ChainingEncryptedKeyResolver resolver, EncryptedData encData)
resolver
- the ChainingEncryptedKeyResolver parentencData
- the EncryptedData context for resolutionMethod Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<EncryptedKey>
public EncryptedKey next()
next
in interface java.util.Iterator<EncryptedKey>
public void remove()
remove
in interface java.util.Iterator<EncryptedKey>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |