XML Digital Signature version 20020212 RSAKeyValue element. More...
#include <xmltooling/signature/KeyInfo.h>
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. |
XML Digital Signature version 20020212 RSAKeyValue element.
virtual RSAKeyValue* xmlsignature::RSAKeyValue::cloneRSAKeyValue | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual Exponent* xmlsignature::RSAKeyValue::getExponent | ( | ) | const [pure virtual] |
Returns the Exponent child.
virtual Modulus* xmlsignature::RSAKeyValue::getModulus | ( | ) | const [pure virtual] |
Returns the Modulus child.
virtual void xmlsignature::RSAKeyValue::setExponent | ( | Exponent * | child | ) | [pure virtual] |
Sets the Exponent child.
virtual void xmlsignature::RSAKeyValue::setModulus | ( | Modulus * | child | ) | [pure virtual] |
Sets the Modulus child.