Uses of Class
org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
Packages that use AbstractEncryptedKeyResolver
Package
Description
Classes for encrypting and decrypting SAML.
Functional support for XML Encryption.
-
Uses of AbstractEncryptedKeyResolver in org.opensaml.saml.saml2.encryption
Subclasses of AbstractEncryptedKeyResolver in org.opensaml.saml.saml2.encryptionModifier and TypeClassDescriptionclass
An implementation ofEncryptedKeyResolver
which resolvesEncryptedKey
elements which appear as immediate children of theEncryptedElementType
which is the parent of theEncryptedData
context. -
Uses of AbstractEncryptedKeyResolver in org.opensaml.xmlsec.encryption.support
Subclasses of AbstractEncryptedKeyResolver in org.opensaml.xmlsec.encryption.supportModifier and TypeClassDescriptionclass
An implementation ofEncryptedKeyResolver
which chains multiple other resolver implementations together, calling them in the order specified in the resolver list.class
Implementation ofEncryptedKeyResolver
which findsEncryptedKey
elements within theKeyInfo
of theEncryptedData
context.class
Implementation ofEncryptedKeyResolver
which findsEncryptedKey
elements by dereferencingKeyInfoReference
children of theKeyInfo
of theEncryptedData
context.class
Implementation ofEncryptedKeyResolver
which findsEncryptedKey
elements by dereferencingRetrievalMethod
children of theKeyInfo
of theEncryptedData
context.