Uses of Class
org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
-
Packages that use AbstractEncryptedKeyResolver Package Description org.opensaml.xmlsec.encryption.support Functional support for XML Encryption. -
-
Uses of AbstractEncryptedKeyResolver in org.opensaml.xmlsec.encryption.support
Subclasses of AbstractEncryptedKeyResolver in org.opensaml.xmlsec.encryption.support Modifier and Type Class Description class
ChainingEncryptedKeyResolver
An implementation ofEncryptedKeyResolver
which chains multiple other resolver implementations together, calling them in the order specified in the resolver list.class
InlineEncryptedKeyResolver
Implementation ofEncryptedKeyResolver
which findsEncryptedKey
elements within theKeyInfo
of theEncryptedData
context.class
SimpleKeyInfoReferenceEncryptedKeyResolver
Implementation ofEncryptedKeyResolver
which findsEncryptedKey
elements by dereferencingKeyInfoReference
children of theKeyInfo
of theEncryptedData
context.class
SimpleRetrievalMethodEncryptedKeyResolver
Implementation ofEncryptedKeyResolver
which findsEncryptedKey
elements by dereferencingRetrievalMethod
children of theKeyInfo
of theEncryptedData
context.
-