XML Digital Signature version 20020212 RetrievalMethod element. More...
#include <xmltooling/signature/KeyInfo.h>
Public Member Functions | |
virtual RetrievalMethod * | cloneRetrievalMethod () const =0 |
Type-specific clone method. | |
virtual const XMLCh * | getURI () const =0 |
Returns the URI attribute. | |
virtual void | setURI (const XMLCh *URI)=0 |
Sets the URI attribute. | |
virtual const XMLCh * | getType () const =0 |
Returns the Type attribute. | |
virtual void | setType (const XMLCh *Type)=0 |
Sets the Type attribute. | |
virtual Transforms * | getTransforms () const =0 |
Returns the Transforms child. | |
virtual void | setTransforms (Transforms *child)=0 |
Sets the Transforms child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | URI_ATTRIB_NAME [] |
URI attribute name. | |
static const XMLCh | TYPE_ATTRIB_NAME [] |
Type attribute name. | |
static const XMLCh | TYPE_NAME [] |
RetrievalMethodType local name. | |
static const XMLCh | TYPE_DSAKEYVALUE [] |
DSAKeyValue RetrievalMethod Type. | |
static const XMLCh | TYPE_RSAKEYVALUE [] |
RSAKeyValue RetrievalMethod Type. | |
static const XMLCh | TYPE_X509DATA [] |
X509Data RetrievalMethod Type. |
XML Digital Signature version 20020212 RetrievalMethod element.
virtual RetrievalMethod* xmlsignature::RetrievalMethod::cloneRetrievalMethod | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual Transforms* xmlsignature::RetrievalMethod::getTransforms | ( | ) | const [pure virtual] |
Returns the Transforms child.
virtual const XMLCh* xmlsignature::RetrievalMethod::getType | ( | ) | const [pure virtual] |
Returns the Type attribute.
virtual const XMLCh* xmlsignature::RetrievalMethod::getURI | ( | ) | const [pure virtual] |
Returns the URI attribute.
virtual void xmlsignature::RetrievalMethod::setTransforms | ( | Transforms * | child | ) | [pure virtual] |
Sets the Transforms child.
virtual void xmlsignature::RetrievalMethod::setType | ( | const XMLCh * | Type | ) | [pure virtual] |
Sets the Type attribute.
virtual void xmlsignature::RetrievalMethod::setURI | ( | const XMLCh * | URI | ) | [pure virtual] |
Sets the URI attribute.