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