#include <xmltooling/encryption/Encryption.h>
Public Member Functions | |
virtual ReferenceList * | cloneReferenceList () const =0 |
Type-specific clone method. | |
virtual xmltooling::XMLObjectChildrenList < std::vector< DataReference * > > | getDataReferences ()=0 |
Returns modifiable DataReference collection. | |
virtual const std::vector < DataReference * > & | getDataReferences () const =0 |
Returns reference to immutable DataReference collection. | |
virtual xmltooling::XMLObjectChildrenList < std::vector< 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. |
virtual ReferenceList* xmlencryption::ReferenceList::cloneReferenceList | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual xmltooling::XMLObjectChildrenList< std::vector< DataReference *> > xmlencryption::ReferenceList::getDataReferences | ( | ) | [pure virtual] |
Returns modifiable DataReference collection.
virtual const std::vector< DataReference *>& xmlencryption::ReferenceList::getDataReferences | ( | ) | const [pure virtual] |
Returns reference to immutable DataReference collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< KeyReference *> > xmlencryption::ReferenceList::getKeyReferences | ( | ) | [pure virtual] |
Returns modifiable KeyReference collection.
virtual const std::vector< KeyReference *>& xmlencryption::ReferenceList::getKeyReferences | ( | ) | const [pure virtual] |
Returns reference to immutable KeyReference collection.