#include <xmltooling/signature/KeyInfo.h>
Inheritance diagram for xmlsignature::RetrievalMethod:
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. |