public class ChainingEncryptedKeyResolver.ChainingIterable extends Object implements Iterable<EncryptedKey>
Iterable to be returned by ChainingEncryptedKeyResolver.| Modifier and Type | Field and Description |
|---|---|
private EncryptedData |
encryptedData
The EncryptedData context for resolution.
|
private ChainingEncryptedKeyResolver |
parent
The chaining encrypted key resolver which owns this instance.
|
| 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, spliteratorprivate final ChainingEncryptedKeyResolver parent
private final EncryptedData encryptedData
public 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 © 1999–2018 Shibboleth Consortium. All rights reserved.