#include <xmltooling/encryption/Encrypter.h>
Public Member Functions | |
| KeyEncryptionParams (const xmltooling::Credential &credential, const XMLCh *algorithm=0, const XMLCh *recipient=0) | |
| Constructor. | |
Public Attributes | |
| const xmltooling::Credential & | m_credential |
| Credential containing key encryption key. | |
| const XMLCh * | m_algorithm |
| Key transport or wrapping algorithm. | |
| const XMLCh * | m_recipient |
| Name of recipient that owns the key encryption key. | |
|
||||||||||||||||
|
Constructor.
|
1.4.6