Uses of Class
org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver
-
Packages that use ChainingEncryptedKeyResolver Package Description org.opensaml.xmlsec.encryption.support Functional support for XML Encryption. -
-
Uses of ChainingEncryptedKeyResolver in org.opensaml.xmlsec.encryption.support
Fields in org.opensaml.xmlsec.encryption.support declared as ChainingEncryptedKeyResolver Modifier and Type Field Description private ChainingEncryptedKeyResolverChainingEncryptedKeyResolver.ChainingIterable. parentThe chaining encrypted key resolver which owns this instance.private ChainingEncryptedKeyResolverChainingEncryptedKeyResolver.ChainingIterator. parentThe chaining encrypted key resolver which owns this instance.Constructors in org.opensaml.xmlsec.encryption.support with parameters of type ChainingEncryptedKeyResolver Constructor Description ChainingIterable(ChainingEncryptedKeyResolver resolver, EncryptedData encData)Constructor.ChainingIterator(ChainingEncryptedKeyResolver resolver, EncryptedData encData)Constructor.
-