#include <xmltooling/encryption/Encryption.h>

Public Member Functions | |
| virtual EncryptionProperty * | cloneEncryptionProperty () const =0 |
| Type-specific clone method. | |
| virtual const XMLCh * | getTarget () const =0 |
| Returns the Target attribute. | |
| virtual void | setTarget (const XMLCh *Target)=0 |
| Sets the Target attribute. | |
| virtual const XMLCh * | getId () const =0 |
| Returns the Id attribute. | |
| virtual void | setId (const XMLCh *Id)=0 |
| Sets the Id attribute. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | TARGET_ATTRIB_NAME [] |
| Target attribute name. | |
| static const XMLCh | ID_ATTRIB_NAME [] |
| Id attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| EncryptionPropertyType local name. | |
| virtual EncryptionProperty* xmlencryption::EncryptionProperty::cloneEncryptionProperty | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* xmlencryption::EncryptionProperty::getTarget | ( | ) | const [pure virtual] |
Returns the Target attribute.
| virtual void xmlencryption::EncryptionProperty::setTarget | ( | const XMLCh * | Target | ) | [pure virtual] |
Sets the Target attribute.
| virtual const XMLCh* xmlencryption::EncryptionProperty::getId | ( | ) | const [pure virtual] |
Returns the Id attribute.
| virtual void xmlencryption::EncryptionProperty::setId | ( | const XMLCh * | Id | ) | [pure virtual] |
Sets the Id attribute.
1.5.6