xmlencryption::CipherData Class Reference

XML Encryption CipherData element. More...

#include <xmltooling/encryption/Encryption.h>

Inheritance diagram for xmlencryption::CipherData:
xmltooling::XMLObject

List of all members.

Public Member Functions

virtual CipherDatacloneCipherData () const =0
 Type-specific clone method.
virtual CipherValuegetCipherValue () const =0
 Returns the CipherValue child.
virtual void setCipherValue (CipherValue *child)=0
 Sets the CipherValue child.
virtual CipherReferencegetCipherReference () 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.

Detailed Description

XML Encryption CipherData element.


Member Function Documentation

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.


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

Generated on 24 Jan 2020 for xmltooling by  doxygen 1.6.1