public class ChainingEncryptedKeyResolver.ChainingIterable extends Object implements Iterable<EncryptedKey>
Iterable
to be returned by ChainingEncryptedKeyResolver
.Constructor and Description |
---|
ChainingIterable(ChainingEncryptedKeyResolver resolver,
EncryptedData encData)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Iterator<EncryptedKey> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ChainingIterable(ChainingEncryptedKeyResolver resolver, EncryptedData encData)
resolver
- the ChainingEncryptedKeyResolver parentencData
- the EncryptedData context for resolutionpublic Iterator<EncryptedKey> iterator()
iterator
in interface Iterable<EncryptedKey>
Copyright © 1999–2015. All rights reserved.