#include <XENCCipherValue.hpp>
The <CipherValue> element holds the base64 encoded, encrypted data. This is a very simple class that acts purely as a holder of data.
Constructors and Destructors | |
virtual | ~XENCCipherValue () |
XENCCipherValue () | |
Public Member Functions | |
Get Interface Methods | |
virtual const XMLCh * | getCipherString (void) const =0 |
Get the encrypted information. | |
virtual XERCES_CPP_NAMESPACE_QUALIFIER DOMElement * | getElement (void) const =0 |
Get the DOM Node of this structure. | |
Set Interface Methods | |
virtual void | setCipherString (const XMLCh *value)=0 |
Set the encrypted value. |
|
|
|
|
|
Get the encrypted information. CipherValue nodes contain a text child that holds the base64 encoded cipher text that needs to be decrypted. This call will return the base64 encoded string.
|
|
Get the DOM Node of this structure.
|
|
Set the encrypted value. Sets the base64 encoded string held in the CipherValue.
|