#include <h245.h>
Inheritance diagram for H245_UserInputIndication_encryptedAlphanumeric:
Public Types | |
enum | OptionalFields { e_paramS } |
Public Member Functions | |
H245_UserInputIndication_encryptedAlphanumeric (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_ObjectId | m_algorithmOID |
H245_Params | m_paramS |
PASN_OctetString | m_encrypted |
H245_UserInputIndication_encryptedAlphanumeric::H245_UserInputIndication_encryptedAlphanumeric | ( | unsigned | tag = UniversalSequence , |
|
TagClass | tagClass = UniversalTagClass | |||
) |
PINDEX H245_UserInputIndication_encryptedAlphanumeric::GetDataLength | ( | ) | const |
PBoolean H245_UserInputIndication_encryptedAlphanumeric::Decode | ( | PASN_Stream & | strm | ) |
void H245_UserInputIndication_encryptedAlphanumeric::Encode | ( | PASN_Stream & | strm | ) | const |
void H245_UserInputIndication_encryptedAlphanumeric::PrintOn | ( | ostream & | strm | ) | const |
Comparison H245_UserInputIndication_encryptedAlphanumeric::Compare | ( | const PObject & | obj | ) | const |
PObject* H245_UserInputIndication_encryptedAlphanumeric::Clone | ( | ) | const |
PASN_OctetString H245_UserInputIndication_encryptedAlphanumeric::m_encrypted |