Uses of Class
org.opensaml.xmlsec.encryption.support.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 ChainingEncryptedKeyResolver
ChainingEncryptedKeyResolver.ChainingIterable. parent
The chaining encrypted key resolver which owns this instance.private ChainingEncryptedKeyResolver
ChainingEncryptedKeyResolver.ChainingIterator. parent
The 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.