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=0) 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 = 0 | |||
) | 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 |