#include <xmltooling/encryption/Encryption.h>

Public Member Functions | |
| virtual EncryptionProperties * | cloneEncryptionProperties () const =0 |
| Type-specific clone method. | |
| virtual const XMLCh * | getId () const =0 |
| Returns the Id attribute. | |
| virtual void | setId (const XMLCh *Id)=0 |
| Sets the Id attribute. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector < EncryptionProperty * > > | getEncryptionPropertys ()=0 |
| Returns modifiable EncryptionProperty collection. | |
| virtual const std::vector < EncryptionProperty * > & | getEncryptionPropertys () const =0 |
| Returns reference to immutable EncryptionProperty collection. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | ID_ATTRIB_NAME [] |
| Id attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| EncryptionPropertiesType local name. | |
| virtual EncryptionProperties* xmlencryption::EncryptionProperties::cloneEncryptionProperties | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* xmlencryption::EncryptionProperties::getId | ( | ) | const [pure virtual] |
Returns the Id attribute.
| virtual void xmlencryption::EncryptionProperties::setId | ( | const XMLCh * | Id | ) | [pure virtual] |
Sets the Id attribute.
| virtual xmltooling::XMLObjectChildrenList< std::vector< EncryptionProperty *> > xmlencryption::EncryptionProperties::getEncryptionPropertys | ( | ) | [pure virtual] |
Returns modifiable EncryptionProperty collection.
| virtual const std::vector< EncryptionProperty *>& xmlencryption::EncryptionProperties::getEncryptionPropertys | ( | ) | const [pure virtual] |
Returns reference to immutable EncryptionProperty collection.
1.5.6