|
OpenH323
1.18.0
|
#include <h245.h>
Public Member Functions | |
| H245_KeyProtectionMethod (unsigned tag=UniversalSequence, TagClass tagClass=UniversalTagClass) | |
| PINDEX | GetDataLength () const |
| BOOL | 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_Boolean | m_secureChannel |
| PASN_Boolean | m_sharedSecret |
| PASN_Boolean | m_certProtectedKey |
| H245_KeyProtectionMethod::H245_KeyProtectionMethod | ( | unsigned | tag = UniversalSequence, |
| TagClass | tagClass = UniversalTagClass |
||
| ) |
| PObject* H245_KeyProtectionMethod::Clone | ( | ) | const |
| Comparison H245_KeyProtectionMethod::Compare | ( | const PObject & | obj | ) | const |
| BOOL H245_KeyProtectionMethod::Decode | ( | PASN_Stream & | strm | ) |
| void H245_KeyProtectionMethod::Encode | ( | PASN_Stream & | strm | ) | const |
| PINDEX H245_KeyProtectionMethod::GetDataLength | ( | ) | const |
| void H245_KeyProtectionMethod::PrintOn | ( | ostream & | strm | ) | const |
| PASN_Boolean H245_KeyProtectionMethod::m_certProtectedKey |
| PASN_Boolean H245_KeyProtectionMethod::m_secureChannel |
| PASN_Boolean H245_KeyProtectionMethod::m_sharedSecret |
1.7.6.1