#include <xmltooling/encryption/EncryptedKeyResolver.h>
Public Member Functions | |
virtual const EncryptedKey * | resolveKey (const EncryptedData &encryptedData, const XMLCh *recipient=NULL) const |
Returns an encrypted key based on the supplied object's KeyInfo information. |
virtual const EncryptedKey* xmlencryption::EncryptedKeyResolver::resolveKey | ( | const EncryptedData & | encryptedData, | |
const XMLCh * | recipient = NULL | |||
) | 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 |