XML Encryption KeySize element. More...
#include <xmltooling/encryption/Encryption.h>
Public Member Functions | |
virtual KeySize * | cloneKeySize () const =0 |
Type-specific clone method. | |
std::pair< bool, int > | getSize () const |
Returns Size in integer form after a NULL indicator. | |
void | setSize (int Size) |
Sets Size . | |
void | setSize (const XMLCh *Size) |
Sets or clears Size . | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. |
XML Encryption KeySize element.
virtual KeySize* xmlencryption::KeySize::cloneKeySize | ( | ) | const [pure virtual] |
Type-specific clone method.
std::pair<bool,int> xmlencryption::KeySize::getSize | ( | ) | const [inline] |
Returns Size in integer form after a NULL indicator.
void xmlencryption::KeySize::setSize | ( | const XMLCh * | Size | ) | [inline] |
Sets or clears Size .
void xmlencryption::KeySize::setSize | ( | int | Size | ) | [inline] |
Sets Size .