|
OpenH323
1.18.0
|
#include <h235.h>
Public Types | |
| enum | Choices { e_secureChannel, e_sharedSecret, e_certProtectedKey, e_secureSharedSecret } |
Public Member Functions | |
| H235_H235Key (unsigned tag=0, TagClass tagClass=UniversalTagClass) | |
| operator H235_KeyMaterial & () | |
| operator const H235_KeyMaterial & () const | |
| operator H235_ENCRYPTED< H235_EncodedKeySyncMaterial > & () | |
| operator const H235_ENCRYPTED< H235_EncodedKeySyncMaterial > & () const | |
| operator H235_SIGNED< H235_EncodedKeySignedMaterial > & () | |
| operator const H235_SIGNED< H235_EncodedKeySignedMaterial > & () const | |
| operator H235_V3KeySyncMaterial & () | |
| operator const H235_V3KeySyncMaterial & () const | |
| BOOL | CreateObject () |
| PObject * | Clone () const |
| H235_H235Key::H235_H235Key | ( | unsigned | tag = 0, |
| TagClass | tagClass = UniversalTagClass |
||
| ) |
| PObject* H235_H235Key::Clone | ( | ) | const |
| BOOL H235_H235Key::CreateObject | ( | ) |
| H235_H235Key::operator const H235_ENCRYPTED< H235_EncodedKeySyncMaterial > & | ( | ) | const |
| H235_H235Key::operator const H235_KeyMaterial & | ( | ) | const |
| H235_H235Key::operator const H235_SIGNED< H235_EncodedKeySignedMaterial > & | ( | ) | const |
| H235_H235Key::operator const H235_V3KeySyncMaterial & | ( | ) | const |
| H235_H235Key::operator H235_ENCRYPTED< H235_EncodedKeySyncMaterial > & | ( | ) |
| H235_H235Key::operator H235_KeyMaterial & | ( | ) |
| H235_H235Key::operator H235_SIGNED< H235_EncodedKeySignedMaterial > & | ( | ) |
| H235_H235Key::operator H235_V3KeySyncMaterial & | ( | ) |
1.7.6.1