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.


The documentation for this class was generated from the following file:
Generated on Mon Oct 19 14:18:34 2009 for xmltooling by  doxygen 1.4.7