#include <xmltooling/encryption/Encryption.h>

Public Member Functions | |
| virtual EncryptionMethod * | cloneEncryptionMethod () const =0 |
| Type-specific clone method. | |
| virtual const XMLCh * | getAlgorithm () const =0 |
| Returns the Algorithm attribute. | |
| virtual void | setAlgorithm (const XMLCh *Algorithm)=0 |
| Sets the Algorithm attribute. | |
| virtual KeySize * | getKeySize () const =0 |
| Returns the KeySize child. | |
| virtual void | setKeySize (KeySize *child)=0 |
| Sets the KeySize child. | |
| virtual OAEPparams * | getOAEPparams () const =0 |
| Returns the OAEPparams child. | |
| virtual void | setOAEPparams (OAEPparams *child)=0 |
| Sets the OAEPparams child. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | ALGORITHM_ATTRIB_NAME [] |
| Algorithm attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| EncryptionMethodType local name. | |
| virtual EncryptionMethod* xmlencryption::EncryptionMethod::cloneEncryptionMethod | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* xmlencryption::EncryptionMethod::getAlgorithm | ( | ) | const [pure virtual] |
Returns the Algorithm attribute.
| virtual void xmlencryption::EncryptionMethod::setAlgorithm | ( | const XMLCh * | Algorithm | ) | [pure virtual] |
Sets the Algorithm attribute.
| virtual KeySize* xmlencryption::EncryptionMethod::getKeySize | ( | ) | const [pure virtual] |
Returns the KeySize child.
| virtual void xmlencryption::EncryptionMethod::setKeySize | ( | KeySize * | child | ) | [pure virtual] |
Sets the KeySize child.
| virtual OAEPparams* xmlencryption::EncryptionMethod::getOAEPparams | ( | ) | const [pure virtual] |
Returns the OAEPparams child.
| virtual void xmlencryption::EncryptionMethod::setOAEPparams | ( | OAEPparams * | child | ) | [pure virtual] |
Sets the OAEPparams child.
1.5.6