#include <sdpElements.h>
Inheritance diagram for sdpEncryptionKey:

Public Methods | |
| const char * | getKey () |
| Returns the Encryption Key value. | |
| const char * | getMethod () |
| Returns the Encryption Method. | |
| void | setKey (const char *a_Key) |
| Sets the Encryption Key value. | |
| void | setMethod (const char *a_Method) |
| Sets the Encryption Method. | |
| void | clear () |
| Clears value. | |
Friends | |
| class | sdpSessionDescription |
|
|
Clears value. This method clears the values stored in the corresponding object.
Reimplemented from sdpElement. |
|
|
Returns the Encryption Key value. This method returns the Encryption Key value portion of the sdpEncryptionKey object
|
|
|
Returns the Encryption Method. This method returns the Encryption Method portion of the sdpEncryptionKey object
|
|
|
Sets the Encryption Key value. This method sets the Encryption Key value portion of the sdpEncryptionKey object
|
|
|
Sets the Encryption Method. This method sets the Encryption Method portion of the sdpEncryptionKey object
|
1.2.18