#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. | |
| 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 |
1.5.6