xmltooling 1.6.4
|
An API for resolving encrypted decryption keys. More...
#include <xmltooling/encryption/EncryptedKeyResolver.h>
Public Member Functions | |
virtual const EncryptedKey * | resolveKey (const EncryptedData &encryptedData, const XMLCh *recipient=nullptr) const |
Returns an encrypted key based on the supplied object's KeyInfo information. |
An API for resolving encrypted decryption keys.
virtual const EncryptedKey* xmlencryption::EncryptedKeyResolver::resolveKey | ( | const EncryptedData & | encryptedData, |
const XMLCh * | recipient = nullptr |
||
) | const [virtual] |
Returns an encrypted key based on the supplied object's KeyInfo information.
encryptedData | an encrypted object |
recipient | identifier of recipient of encrypted key |