|
opensaml-2.5.5
|
SAML-specific encrypted key resolver. More...
#include <saml/encryption/EncryptedKeyResolver.h>
Public Member Functions | |
| EncryptedKeyResolver (const saml2::EncryptedElementType &ref) | |
| Constructor. More... | |
| const xmlencryption::EncryptedKey * | resolveKey (const xmlencryption::EncryptedData &encryptedData, const XMLCh *recipient=nullptr) const |
Protected Attributes | |
| const saml2::EncryptedElementType & | m_ref |
| Reference to encrypted element. More... | |
SAML-specific encrypted key resolver.
SAML allows placement of keys alongside the encrypted data. This resolver recognizes the implied placement.
| opensaml::EncryptedKeyResolver::EncryptedKeyResolver | ( | const saml2::EncryptedElementType & | ref | ) |
Constructor.
| ref | reference to encrypted element |
|
protected |
Reference to encrypted element.