#include <xmltooling/encryption/Encryption.h>
Inheritance diagram for xmlencryption::ReferenceList:
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. |