XML Encryption CipherData element. More...
#include <xmltooling/encryption/Encryption.h>
Public Member Functions | |
virtual CipherData * | cloneCipherData () const =0 |
Type-specific clone method. | |
virtual CipherValue * | getCipherValue () const =0 |
Returns the CipherValue child. | |
virtual void | setCipherValue (CipherValue *child)=0 |
Sets the CipherValue child. | |
virtual CipherReference * | getCipherReference () const =0 |
Returns the CipherReference child. | |
virtual void | setCipherReference (CipherReference *child)=0 |
Sets the CipherReference child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
CipherDataType local name. |
XML Encryption CipherData element.
virtual CipherData* xmlencryption::CipherData::cloneCipherData | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual CipherReference* xmlencryption::CipherData::getCipherReference | ( | ) | const [pure virtual] |
Returns the CipherReference child.
virtual CipherValue* xmlencryption::CipherData::getCipherValue | ( | ) | const [pure virtual] |
Returns the CipherValue child.
virtual void xmlencryption::CipherData::setCipherReference | ( | CipherReference * | child | ) | [pure virtual] |
Sets the CipherReference child.
virtual void xmlencryption::CipherData::setCipherValue | ( | CipherValue * | child | ) | [pure virtual] |
Sets the CipherValue child.