33 #ifndef OPAL_IAX2_REMOTE_H
34 #define OPAL_IAX2_REMOTE_H
44 #include <ptlib/sockets.h>
46 #if OPAL_PTLIB_SSL_AES
47 #include <openssl/aes.h>
80 virtual void PrintOn(ostream & strm)
const;
180 virtual void PrintOn(ostream & strm)
const;
184 virtual Comparison
Compare(
const PObject & obj)
const;
211 PINDEX GetFirstValue();
217 virtual void PrintOn(ostream & strm)
const;
310 virtual void PrintOn(ostream & strm)
const;
370 #if OPAL_PTLIB_SSL_AES
372 AES_KEY *AesEncryptKey();
375 AES_KEY *AesDecryptKey();
392 #if OPAL_PTLIB_SSL_AES
394 AES_KEY aesEncryptKey;
397 AES_KEY aesDecryptKey;
406 #endif // OPAL_IAX2_REMOTE_H