|
OpenH323
1.18.0
|
#include <h235.h>
Public Types | |
| enum | Choices { e_dhExch, e_pwdSymEnc, e_pwdHash, e_certSign, e_ipsec, e_tls, e_nonStandard, e_authenticationBES } |
Public Member Functions | |
| H235_AuthenticationMechanism (unsigned tag=0, TagClass tagClass=UniversalTagClass) | |
| operator H235_NonStandardParameter & () | |
| operator const H235_NonStandardParameter & () const | |
| operator H235_AuthenticationBES & () | |
| operator const H235_AuthenticationBES & () const | |
| BOOL | CreateObject () |
| PObject * | Clone () const |
| H235_AuthenticationMechanism::H235_AuthenticationMechanism | ( | unsigned | tag = 0, |
| TagClass | tagClass = UniversalTagClass |
||
| ) |
| PObject* H235_AuthenticationMechanism::Clone | ( | ) | const |
| H235_AuthenticationMechanism::operator const H235_AuthenticationBES & | ( | ) | const |
| H235_AuthenticationMechanism::operator const H235_NonStandardParameter & | ( | ) | const |
| H235_AuthenticationMechanism::operator H235_AuthenticationBES & | ( | ) |
| H235_AuthenticationMechanism::operator H235_NonStandardParameter & | ( | ) |
1.7.6.1