xmlencryption::ReferenceList Class Reference

XML Encryption ReferenceList element. More...

#include <xmltooling/encryption/Encryption.h>

Inheritance diagram for xmlencryption::ReferenceList:
xmltooling::XMLObject

List of all members.

Public Member Functions

virtual ReferenceListcloneReferenceList () 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.

Detailed Description

XML Encryption ReferenceList element.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on 24 Jan 2020 for xmltooling by  doxygen 1.6.1