xmlencryption::EncryptedType Class Reference

XML Encryption EncryptedType abstract type. More...

#include <xmltooling/encryption/Encryption.h>

Inheritance diagram for xmlencryption::EncryptedType:
xmltooling::XMLObject xmlencryption::EncryptedData xmlencryption::EncryptedKey

List of all members.

Public Member Functions

virtual EncryptedTypecloneEncryptedType () const =0
 Type-specific clone method.
virtual const XMLCh * getId () const =0
 Returns the Id attribute.
virtual void setId (const XMLCh *Id)=0
 Sets the Id attribute.
virtual const XMLCh * getType () const =0
 Returns the Type attribute.
virtual void setType (const XMLCh *Type)=0
 Sets the Type attribute.
virtual const XMLCh * getMimeType () const =0
 Returns the MimeType attribute.
virtual void setMimeType (const XMLCh *MimeType)=0
 Sets the MimeType attribute.
virtual const XMLCh * getEncoding () const =0
 Returns the Encoding attribute.
virtual void setEncoding (const XMLCh *Encoding)=0
 Sets the Encoding attribute.
virtual EncryptionMethodgetEncryptionMethod () const =0
 Returns the EncryptionMethod child.
virtual void setEncryptionMethod (EncryptionMethod *child)=0
 Sets the EncryptionMethod child.
virtual xmlsignature::KeyInfogetKeyInfo () const =0
 Returns the KeyInfo child.
virtual void setKeyInfo (xmlsignature::KeyInfo *child)=0
 Sets the KeyInfo child.
virtual CipherDatagetCipherData () const =0
 Returns the CipherData child.
virtual void setCipherData (CipherData *child)=0
 Sets the CipherData child.
virtual EncryptionPropertiesgetEncryptionProperties () const =0
 Returns the EncryptionProperties child.
virtual void setEncryptionProperties (EncryptionProperties *child)=0
 Sets the EncryptionProperties child.

Static Public Attributes

static const XMLCh LOCAL_NAME []
 Element local name.
static const XMLCh ID_ATTRIB_NAME []
 Id attribute name.
static const XMLCh TYPE_ATTRIB_NAME []
 Type attribute name.
static const XMLCh MIMETYPE_ATTRIB_NAME []
 MimeType attribute name.
static const XMLCh ENCODING_ATTRIB_NAME []
 Encoding attribute name.
static const XMLCh TYPE_NAME []
 EncryptedType local name.

Detailed Description

XML Encryption EncryptedType abstract type.


Member Function Documentation

virtual EncryptedType* xmlencryption::EncryptedType::cloneEncryptedType (  )  const [pure virtual]

Type-specific clone method.

virtual CipherData* xmlencryption::EncryptedType::getCipherData (  )  const [pure virtual]

Returns the CipherData child.

virtual const XMLCh* xmlencryption::EncryptedType::getEncoding (  )  const [pure virtual]

Returns the Encoding attribute.

virtual EncryptionMethod* xmlencryption::EncryptedType::getEncryptionMethod (  )  const [pure virtual]

Returns the EncryptionMethod child.

virtual EncryptionProperties* xmlencryption::EncryptedType::getEncryptionProperties (  )  const [pure virtual]

Returns the EncryptionProperties child.

virtual const XMLCh* xmlencryption::EncryptedType::getId (  )  const [pure virtual]

Returns the Id attribute.

virtual xmlsignature :: KeyInfo* xmlencryption::EncryptedType::getKeyInfo (  )  const [pure virtual]

Returns the KeyInfo child.

virtual const XMLCh* xmlencryption::EncryptedType::getMimeType (  )  const [pure virtual]

Returns the MimeType attribute.

virtual const XMLCh* xmlencryption::EncryptedType::getType (  )  const [pure virtual]

Returns the Type attribute.

virtual void xmlencryption::EncryptedType::setCipherData ( CipherData child  )  [pure virtual]

Sets the CipherData child.

virtual void xmlencryption::EncryptedType::setEncoding ( const XMLCh *  Encoding  )  [pure virtual]

Sets the Encoding attribute.

virtual void xmlencryption::EncryptedType::setEncryptionMethod ( EncryptionMethod child  )  [pure virtual]

Sets the EncryptionMethod child.

virtual void xmlencryption::EncryptedType::setEncryptionProperties ( EncryptionProperties child  )  [pure virtual]

Sets the EncryptionProperties child.

virtual void xmlencryption::EncryptedType::setId ( const XMLCh *  Id  )  [pure virtual]

Sets the Id attribute.

virtual void xmlencryption::EncryptedType::setKeyInfo ( xmlsignature::KeyInfo child  )  [pure virtual]

Sets the KeyInfo child.

virtual void xmlencryption::EncryptedType::setMimeType ( const XMLCh *  MimeType  )  [pure virtual]

Sets the MimeType attribute.

virtual void xmlencryption::EncryptedType::setType ( const XMLCh *  Type  )  [pure virtual]

Sets the Type attribute.


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

Generated on 24 Jan 2020 for xmltooling by  doxygen 1.6.1