#include <xmltooling/encryption/Encryption.h>
Inheritance diagram for xmlencryption::MGF:
Public Member Functions | |
virtual MGF * | cloneMGF () const =0 |
Type-specific clone method. | |
virtual const XMLCh * | getAlgorithm () const =0 |
Returns the Algorithm attribute. | |
virtual void | setAlgorithm (const XMLCh *Algorithm)=0 |
Sets the Algorithm attribute. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | ALGORITHM_ATTRIB_NAME [] |
Algorithm attribute name. | |
static const XMLCh | TYPE_NAME [] |
MGFType local name. |