Class ChainingEncryptedKeyResolver.ChainingIterable
java.lang.Object
org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver.ChainingIterable
- All Implemented Interfaces:
Iterable<EncryptedKey>
- Enclosing class:
- ChainingEncryptedKeyResolver
public class ChainingEncryptedKeyResolver.ChainingIterable
extends Object
implements Iterable<EncryptedKey>
Implementation of
Iterable to be returned by ChainingEncryptedKeyResolver.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final EncryptedDataThe EncryptedData context for resolution.private final ChainingEncryptedKeyResolverThe chaining encrypted key resolver which owns this instance.The recipients for resolution. -
Constructor Summary
ConstructorsConstructorDescriptionChainingIterable(ChainingEncryptedKeyResolver resolver, EncryptedData encData, Set<String> recipientIDs) Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
parent
The chaining encrypted key resolver which owns this instance. -
encryptedData
The EncryptedData context for resolution. -
recipients
The recipients for resolution.
-
-
Constructor Details
-
ChainingIterable
public ChainingIterable(@Nonnull ChainingEncryptedKeyResolver resolver, @Nonnull EncryptedData encData, @Nullable Set<String> recipientIDs) Constructor.- Parameters:
resolver- the ChainingEncryptedKeyResolver parentencData- the EncryptedData context for resolutionrecipientIDs- the recipients for resolution
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<EncryptedKey>
-