Main Page   Class Hierarchy   Compound List   Compound Members  

sdpEncryptionKey Class Reference

#include <sdpElements.h>

Inheritance diagram for sdpEncryptionKey:

sdpElement List of all members.

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

Detailed Description

Associated with a 'k=' entry in the session description and media description.


Member Function Documentation

void sdpEncryptionKey::clear  
 

Clears value.

This method clears the values stored in the corresponding object.

Returns:
void

Reimplemented from sdpElement.

const char * sdpEncryptionKey::getKey  
 

Returns the Encryption Key value.

This method returns the Encryption Key value portion of the sdpEncryptionKey object

Returns:
const char* - encryption key from the k= line

const char * sdpEncryptionKey::getMethod  
 

Returns the Encryption Method.

This method returns the Encryption Method portion of the sdpEncryptionKey object

Returns:
const char* - encryption method from the k= line

void sdpEncryptionKey::setKey const char *    a_Key
 

Sets the Encryption Key value.

This method sets the Encryption Key value portion of the sdpEncryptionKey object

Parameters:
a_Key  - encryption key for the k= line
Returns:
void

void sdpEncryptionKey::setMethod const char *    a_Method
 

Sets the Encryption Method.

This method sets the Encryption Method portion of the sdpEncryptionKey object

Parameters:
a_Method  - encryption method for the k= line
Returns:
void


The documentation for this class was generated from the following files:
Generated on Fri Feb 17 18:17:56 2006 for SDP API by doxygen1.2.18