XML Digital Signature version 20020212 Transforms element. More...
#include <xmltooling/signature/KeyInfo.h>
Public Member Functions | |
virtual Transforms * | cloneTransforms () const =0 |
Type-specific clone method. | |
virtual | VectorOf (Transform) getTransforms()=0 |
Returns modifiable Transform collection. | |
virtual const std::vector < Transform * > & | getTransforms () const =0 |
Returns reference to immutable Transform collection. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
TransformsType local name. |
XML Digital Signature version 20020212 Transforms element.
virtual Transforms* xmlsignature::Transforms::cloneTransforms | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual const std::vector< Transform *>& xmlsignature::Transforms::getTransforms | ( | ) | const [pure virtual] |
Returns reference to immutable Transform collection.
virtual xmlsignature::Transforms::VectorOf | ( | Transform | ) | [pure virtual] |
Returns modifiable Transform collection.