#include <xmltooling/encryption/Encryption.h>

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. | |
| virtual EncryptedKey* xmlencryption::EncryptedKey::cloneEncryptedKey | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* xmlencryption::EncryptedKey::getRecipient | ( | ) | const [pure virtual] |
Returns the Recipient attribute.
| virtual void xmlencryption::EncryptedKey::setRecipient | ( | const XMLCh * | Recipient | ) | [pure virtual] |
Sets the Recipient attribute.
| virtual ReferenceList* xmlencryption::EncryptedKey::getReferenceList | ( | ) | const [pure virtual] |
Returns the ReferenceList child.
| virtual void xmlencryption::EncryptedKey::setReferenceList | ( | ReferenceList * | child | ) | [pure virtual] |
Sets the ReferenceList child.
| virtual CarriedKeyName* xmlencryption::EncryptedKey::getCarriedKeyName | ( | ) | const [pure virtual] |
Returns the CarriedKeyName child.
| virtual void xmlencryption::EncryptedKey::setCarriedKeyName | ( | CarriedKeyName * | child | ) | [pure virtual] |
Sets the CarriedKeyName child.
1.5.6