XML Encryption Transforms element. More...
#include <xmltooling/encryption/Encryption.h>
Public Member Functions | |
virtual Transforms * | cloneTransforms () const =0 |
Type-specific clone method. | |
virtual | VectorOf (xmlsignature::Transform) getTransforms()=0 |
Returns modifiable Transform collection. | |
virtual const std::vector < xmlsignature::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 Encryption Transforms element.
virtual Transforms* xmlencryption::Transforms::cloneTransforms | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual const std::vector< xmlsignature :: Transform *>& xmlencryption::Transforms::getTransforms | ( | ) | const [pure virtual] |
Returns reference to immutable Transform collection.
virtual xmlencryption::Transforms::VectorOf | ( | xmlsignature::Transform | ) | [pure virtual] |
Returns modifiable Transform collection.