Content crypto data. More...
#include <yatejingle.h>
Public Member Functions | |
JGCrypto (const char *tag="1", const char *suite=0, const char *key=0, const char *session=0) | |
JGCrypto (const XMLElement *xml) | |
XMLElement * | toXML () const |
void | fromXML (const XMLElement *xml) |
Public Attributes | |
String | m_suite |
String | m_keyParams |
String | m_sessionParams |
Content crypto data.
This class holds a content description's crypto data. The tag is kepti in the String component
JGCrypto | ( | const char * | tag = "1" , |
|
const char * | suite = 0 , |
|||
const char * | key = 0 , |
|||
const char * | session = 0 | |||
) | [inline] |
Constructor
tag | The tag parameter | |
suite | The crypto-suite paramter | |
key | The key-params parameter | |
session | The session-param parameter |
JGCrypto | ( | const XMLElement * | xml | ) | [inline] |
Constructor. Build this element from a received element
xml | The received xml element |
void fromXML | ( | const XMLElement * | xml | ) |
Build this element from a received element
xml | The received xml element |
XMLElement* toXML | ( | ) | const |
Create a 'crypto' element from this object