XML Encryption ReferenceList element. More...
#include <xmltooling/encryption/Encryption.h>
Public Member Functions | |
| virtual ReferenceList * | cloneReferenceList () const =0 |
| Type-specific clone method. | |
| virtual | VectorOf (DataReference) getDataReferences()=0 |
| Returns modifiable DataReference collection. | |
| virtual const std::vector < DataReference * > & | getDataReferences () const =0 |
| Returns reference to immutable DataReference collection. | |
| virtual | VectorOf (KeyReference) getKeyReferences()=0 |
| Returns modifiable KeyReference collection. | |
| virtual const std::vector < KeyReference * > & | getKeyReferences () const =0 |
| Returns reference to immutable KeyReference collection. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
XML Encryption ReferenceList element.
| virtual ReferenceList* xmlencryption::ReferenceList::cloneReferenceList | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const std::vector< DataReference *>& xmlencryption::ReferenceList::getDataReferences | ( | ) | const [pure virtual] |
Returns reference to immutable DataReference collection.
| virtual const std::vector< KeyReference *>& xmlencryption::ReferenceList::getKeyReferences | ( | ) | const [pure virtual] |
Returns reference to immutable KeyReference collection.
| virtual xmlencryption::ReferenceList::VectorOf | ( | KeyReference | ) | [pure virtual] |
Returns modifiable KeyReference collection.
| virtual xmlencryption::ReferenceList::VectorOf | ( | DataReference | ) | [pure virtual] |
Returns modifiable DataReference collection.
1.6.1