#include <h235_srtp.h>
Inheritance diagram for H235_SRTP_SrtpSessionParameters:

Public Types | |
| enum | OptionalFields {  e_kdr, e_unencryptedSrtp, e_unencryptedSrtcp, e_unauthenticatedSrtp, e_fecOrder, e_windowSizeHint, e_newParameter }  | 
Public Member Functions | |
| H235_SRTP_SrtpSessionParameters (unsigned tag=UniversalSequence, TagClass tagClass=UniversalTagClass) | |
| PINDEX | GetDataLength () const | 
| PBoolean | Decode (PASN_Stream &strm) | 
| void | Encode (PASN_Stream &strm) const | 
| void | PrintOn (ostream &strm) const | 
| Comparison | Compare (const PObject &obj) const | 
| PObject * | Clone () const | 
Public Attributes | |
| PASN_Integer | m_kdr | 
| PASN_Boolean | m_unencryptedSrtp | 
| PASN_Boolean | m_unencryptedSrtcp | 
| PASN_Boolean | m_unauthenticatedSrtp | 
| H235_SRTP_FecOrder | m_fecOrder | 
| PASN_Integer | m_windowSizeHint | 
| H235_SRTP_ArrayOf_GenericData | m_newParameter | 
| H235_SRTP_SrtpSessionParameters::H235_SRTP_SrtpSessionParameters | ( | unsigned |  tag = UniversalSequence,  | 
        |
| TagClass |  tagClass = UniversalTagClass | |||
| ) | 
| PINDEX H235_SRTP_SrtpSessionParameters::GetDataLength | ( | ) | const | 
| PBoolean H235_SRTP_SrtpSessionParameters::Decode | ( | PASN_Stream & | strm | ) | 
| void H235_SRTP_SrtpSessionParameters::Encode | ( | PASN_Stream & | strm | ) | const | 
| void H235_SRTP_SrtpSessionParameters::PrintOn | ( | ostream & | strm | ) | const | 
| Comparison H235_SRTP_SrtpSessionParameters::Compare | ( | const PObject & | obj | ) | const | 
| PObject* H235_SRTP_SrtpSessionParameters::Clone | ( | ) | const | 
| PASN_Integer H235_SRTP_SrtpSessionParameters::m_kdr | 
| PASN_Boolean H235_SRTP_SrtpSessionParameters::m_unencryptedSrtp | 
| PASN_Boolean H235_SRTP_SrtpSessionParameters::m_unencryptedSrtcp | 
| PASN_Integer H235_SRTP_SrtpSessionParameters::m_windowSizeHint | 
 1.5.1