#include <xmltooling/signature/KeyInfo.h>
Inheritance diagram for xmlsignature::RSAKeyValue:
Public Member Functions | |
virtual RSAKeyValue * | cloneRSAKeyValue () const =0 |
Type-specific clone method. | |
virtual Modulus * | getModulus () const =0 |
Returns the Modulus child. | |
virtual void | setModulus (Modulus *child)=0 |
Sets the Modulus child. | |
virtual Exponent * | getExponent () const =0 |
Returns the Exponent child. | |
virtual void | setExponent (Exponent *child)=0 |
Sets the Exponent child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
RSAKeyValueType local name. |