xmlsignature::RSAKeyValue Class Reference

XML Digital Signature version 20020212 RSAKeyValue element. More...

#include <xmltooling/signature/KeyInfo.h>

Inheritance diagram for xmlsignature::RSAKeyValue:
xmltooling::XMLObject

List of all members.

Public Member Functions

virtual RSAKeyValuecloneRSAKeyValue () const =0
 Type-specific clone method.
virtual ModulusgetModulus () const =0
 Returns the Modulus child.
virtual void setModulus (Modulus *child)=0
 Sets the Modulus child.
virtual ExponentgetExponent () 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.

Detailed Description

XML Digital Signature version 20020212 RSAKeyValue element.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on 24 Jan 2020 for xmltooling by  doxygen 1.6.1