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, waitforEach, spliteratorpublic ChainingIterable(@Nonnull ChainingEncryptedKeyResolver resolver, @Nonnull EncryptedData encData)
resolver - the ChainingEncryptedKeyResolver parentencData - the EncryptedData context for resolution@Nonnull public Iterator<EncryptedKey> iterator()
iterator in interface Iterable<EncryptedKey>Copyright © 2021. All rights reserved.