Cryptocontext.h -
#include <commoncpp/config.h>
#include <ccrtp/rtppkt.h>
#include <stdint.h>
class CryptoContext
The implementation for a SRTP cryptographic context.
#define REPLAY_WINDOW_SIZE 64
const int SrtpAuthenticationNull = 0
const int SrtpAuthenticationSha1Hmac = 1
const int SrtpAuthenticationSkeinHmac = 2
const int SrtpEncryptionNull = 0
const int SrtpEncryptionAESCM = 1
const int SrtpEncryptionAESF8 = 2
const int SrtpEncryptionTWOCM = 3
const int SrtpEncryptionTWOF8 = 4
Generated automatically by Doxygen for ccRTP from the source code.