#include <xmltooling/encryption/Encryption.h>

Public Member Functions | |
| virtual OAEPparams * | cloneOAEPparams () const =0 |
| Type-specific clone method. | |
| const XMLCh * | getName () const |
| Returns Name . | |
| void | setName (const XMLCh *Name) |
| Sets or clears Name . | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| virtual OAEPparams* xmlencryption::OAEPparams::cloneOAEPparams | ( | ) | const [pure virtual] |
Type-specific clone method.
| const XMLCh* xmlencryption::OAEPparams::getName | ( | ) | const [inline] |
Returns Name .
| void xmlencryption::OAEPparams::setName | ( | const XMLCh * | Name | ) | [inline] |
Sets or clears Name .
1.5.6