Uses of Class
org.opensaml.xmlsec.encryption.support.AbstractEncryptedKeyResolver
-
Packages that use AbstractEncryptedKeyResolver Package Description org.opensaml.saml.saml2.encryption Classes for encrypting and decrypting SAML.org.opensaml.xmlsec.encryption.support Functional support for XML Encryption. -
-
Uses of AbstractEncryptedKeyResolver in org.opensaml.saml.saml2.encryption
Subclasses of AbstractEncryptedKeyResolver in org.opensaml.saml.saml2.encryption Modifier and Type Class Description classEncryptedElementTypeEncryptedKeyResolverAn implementation ofEncryptedKeyResolverwhich resolvesEncryptedKeyelements which appear as immediate children of theEncryptedElementTypewhich is the parent of theEncryptedDatacontext. -
Uses of AbstractEncryptedKeyResolver in org.opensaml.xmlsec.encryption.support
Subclasses of AbstractEncryptedKeyResolver in org.opensaml.xmlsec.encryption.support Modifier and Type Class Description classChainingEncryptedKeyResolverAn implementation ofEncryptedKeyResolverwhich chains multiple other resolver implementations together, calling them in the order specified in the resolver list.classInlineEncryptedKeyResolverImplementation ofEncryptedKeyResolverwhich findsEncryptedKeyelements within theKeyInfoof theEncryptedDatacontext.classSimpleKeyInfoReferenceEncryptedKeyResolverImplementation ofEncryptedKeyResolverwhich findsEncryptedKeyelements by dereferencingKeyInfoReferencechildren of theKeyInfoof theEncryptedDatacontext.classSimpleRetrievalMethodEncryptedKeyResolverImplementation ofEncryptedKeyResolverwhich findsEncryptedKeyelements by dereferencingRetrievalMethodchildren of theKeyInfoof theEncryptedDatacontext.
-