#include <xmltooling/encryption/Encryption.h>
Inheritance diagram for xmlencryption::EncryptedKey:
Public Member Functions | |
virtual EncryptedKey * | cloneEncryptedKey () const =0 |
Type-specific clone method. | |
virtual const XMLCh * | getRecipient () const =0 |
Returns the Recipient attribute. | |
virtual void | setRecipient (const XMLCh *Recipient)=0 |
Sets the Recipient attribute. | |
virtual ReferenceList * | getReferenceList () const =0 |
Returns the ReferenceList child. | |
virtual void | setReferenceList (ReferenceList *child)=0 |
Sets the ReferenceList child. | |
virtual CarriedKeyName * | getCarriedKeyName () const =0 |
Returns the CarriedKeyName child. | |
virtual void | setCarriedKeyName (CarriedKeyName *child)=0 |
Sets the CarriedKeyName child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | RECIPIENT_ATTRIB_NAME [] |
Recipient attribute name. | |
static const XMLCh | TYPE_NAME [] |
EncryptedKeyType local name. |