#include <xmltooling/signature/KeyInfo.h>

Public Member Functions | |
| virtual Transform * | cloneTransform () const =0 |
| Type-specific clone method. | |
| virtual const XMLCh * | getAlgorithm () const =0 |
| Returns the Algorithm attribute. | |
| virtual void | setAlgorithm (const XMLCh *Algorithm)=0 |
| Sets the Algorithm attribute. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector< XPath * > > | getXPaths ()=0 |
| Returns modifiable XPath collection. | |
| virtual const std::vector < XPath * > & | getXPaths () const =0 |
| Returns reference to immutable XPath collection. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | ALGORITHM_ATTRIB_NAME [] |
| Algorithm attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| TransformType local name. | |
| virtual Transform* xmlsignature::Transform::cloneTransform | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* xmlsignature::Transform::getAlgorithm | ( | ) | const [pure virtual] |
Returns the Algorithm attribute.
| virtual void xmlsignature::Transform::setAlgorithm | ( | const XMLCh * | Algorithm | ) | [pure virtual] |
Sets the Algorithm attribute.
| virtual xmltooling::XMLObjectChildrenList< std::vector< XPath *> > xmlsignature::Transform::getXPaths | ( | ) | [pure virtual] |
Returns modifiable XPath collection.
| virtual const std::vector< XPath *>& xmlsignature::Transform::getXPaths | ( | ) | const [pure virtual] |
Returns reference to immutable XPath collection.
1.5.6