org.opensaml.xml.encryption
Class ChainingEncryptedKeyResolver.ChainingIterator
java.lang.Object
org.opensaml.xml.encryption.ChainingEncryptedKeyResolver.ChainingIterator
- All Implemented Interfaces:
- Iterator<EncryptedKey>
- Enclosing class:
- ChainingEncryptedKeyResolver
public class ChainingEncryptedKeyResolver.ChainingIterator
- extends Object
- implements Iterator<EncryptedKey>
Implementation of Iterator
to be (indirectly) returned by ChainingEncryptedKeyResolver
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChainingEncryptedKeyResolver.ChainingIterator
public ChainingEncryptedKeyResolver.ChainingIterator(ChainingEncryptedKeyResolver resolver,
EncryptedData encData)
- Constructor.
- Parameters:
resolver
- the ChainingEncryptedKeyResolver parentencData
- the EncryptedData context for resolution
hasNext
public boolean hasNext()
-
- Specified by:
hasNext
in interface Iterator<EncryptedKey>
next
public EncryptedKey next()
-
- Specified by:
next
in interface Iterator<EncryptedKey>
remove
public void remove()
-
- Specified by:
remove
in interface Iterator<EncryptedKey>
Copyright © 2006-2010 Internet2. All Rights Reserved.