#include <h235.h>
Inheritance diagram for H235_ReturnSig:

Public Types | |
| enum | OptionalFields { e_requestRandom, e_certificate } | 
Public Member Functions | |
| H235_ReturnSig (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 | |
| H235_Identifier | m_generalId | 
| H235_RandomVal | m_responseRandom | 
| H235_RandomVal | m_requestRandom | 
| H235_TypedCertificate | m_certificate | 
| H235_ReturnSig::H235_ReturnSig | ( | unsigned |  tag = UniversalSequence,  | 
        |
| TagClass |  tagClass = UniversalTagClass | |||
| ) | 
| PINDEX H235_ReturnSig::GetDataLength | ( | ) | const | 
| PBoolean H235_ReturnSig::Decode | ( | PASN_Stream & | strm | ) | 
| void H235_ReturnSig::Encode | ( | PASN_Stream & | strm | ) | const | 
| void H235_ReturnSig::PrintOn | ( | ostream & | strm | ) | const | 
| Comparison H235_ReturnSig::Compare | ( | const PObject & | obj | ) | const | 
| PObject* H235_ReturnSig::Clone | ( | ) | const | 
 1.5.1