CryptoContext.h
Contents
Macro Definition Documentation
#defineREPLAY_WINDOW_SIZE64
Name
CryptoContext.h
Synopsis
#include <commoncpp/config.h>
#include <ccrtp/rtppkt.h>
#include <stdint.h>
Classes
class CryptoContext
The implementation for a SRTP cryptographic context.
Macros
#define REPLAY_WINDOW_SIZE 64
Variables
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
Variable Documentation
constintSrtpAuthenticationNull=0constintSrtpAuthenticationSha1Hmac=1constintSrtpAuthenticationSkeinHmac=2constintSrtpEncryptionAESCM=1constintSrtpEncryptionAESF8=2constintSrtpEncryptionNull=0constintSrtpEncryptionTWOCM=3constintSrtpEncryptionTWOF8=4
