class JGCrypto
|
Content crypto data. More... |
|
|
Public Methods
- inline JGCrypto (const char* tag = "1", const char* suite = 0,
const char* key = 0, const char* session = 0)
- inline JGCrypto (const XMLElement* xml)
- XMLElement* toXML () const
- void fromXML (const XMLElement* xml)
Public Members
This class holds a content description's crypto data.
The tag is kepti in the String component
inline JGCrypto (const char* tag = "1", const char* suite = 0,
const char* key = 0, const char* session = 0)
| JGCrypto |
Constructor
Parameters:
tag | The tag parameter
|
suite | The crypto-suite paramter
|
key | The key-params parameter
|
session | The session-param parameter
|
inline JGCrypto (const XMLElement* xml)
| JGCrypto |
Constructor. Build this element from a received element
Parameters:
xml | The received xml element
|
XMLElement* toXML ()
| toXML |
[const]
Create a 'crypto' element from this object
Returns: Valid XMLElement pointer
void fromXML (const XMLElement* xml)
| fromXML |
Build this element from a received element
Parameters:
xml | The received xml element
|
String m_keyParams
| m_keyParams |
String m_sessionParams
| m_sessionParams |
Generated by: paulc on bussard on Mon Mar 8 12:18:15 2010, using kdoc 2.0a54. |