#include <XENCEncryptedData.hpp>
Inheritance diagram for XENCEncryptedData:
The <EncryptedData> element is an abstract type which builds on the EncryptedType element for encrypted data (as opposed to encrypted keys).
In general, this class should not be used directly. For most applications, callers will want to use the XENCCipher class instead.
The schema for EncryptedData is as follows:
<element name='EncryptedData' type='xenc:EncryptedDataType'/> <complexType name='EncryptedDataType'> <complexContent> <extension base='xenc:EncryptedType'> </extension> </complexContent> </complexType>
Constructors and Destructors | |
virtual | ~XENCEncryptedData () |
XENCEncryptedData () |
|
|
|
|