#include <xmltooling/encryption/Encryption.h>
Inheritance diagram for xmlencryption::EncryptedType:
Public Member Functions | |
virtual EncryptedType * | cloneEncryptedType () 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 EncryptionMethod * | getEncryptionMethod () const =0 |
Returns the EncryptionMethod child. | |
virtual void | setEncryptionMethod (EncryptionMethod *child)=0 |
Sets the EncryptionMethod child. | |
virtual xmlsignature::KeyInfo * | getKeyInfo () const =0 |
Returns the KeyInfo child. | |
virtual void | setKeyInfo (xmlsignature::KeyInfo *child)=0 |
Sets the KeyInfo child. | |
virtual CipherData * | getCipherData () const =0 |
Returns the CipherData child. | |
virtual void | setCipherData (CipherData *child)=0 |
Sets the CipherData child. | |
virtual EncryptionProperties * | getEncryptionProperties () 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. |