xmlsignature::RetrievalMethod Class Reference

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

#include <xmltooling/signature/KeyInfo.h>

Inheritance diagram for xmlsignature::RetrievalMethod:
xmltooling::XMLObject

List of all members.

Public Member Functions

virtual RetrievalMethodcloneRetrievalMethod () 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 TransformsgetTransforms () 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.

Detailed Description

XML Digital Signature version 20020212 RetrievalMethod element.


Member Function Documentation

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.


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

Generated on 24 Jan 2020 for xmltooling by  doxygen 1.6.1