.TH "CryptoContext.h" 3 "Sat Oct 27 2018" "ccRTP" \" -*- nroff -*- .ad l .nh .SH NAME CryptoContext.h .SH SYNOPSIS .br .PP \fC#include \fP .br \fC#include \fP .br \fC#include \fP .br .SS "Classes" .in +1c .ti -1c .RI "class \fBCryptoContext\fP" .br .RI "The implementation for a SRTP cryptographic context\&. " .in -1c .SS "Macros" .in +1c .ti -1c .RI "#define \fBREPLAY_WINDOW_SIZE\fP 64" .br .in -1c .SS "Variables" .in +1c .ti -1c .RI "const int \fBSrtpAuthenticationNull\fP = 0" .br .ti -1c .RI "const int \fBSrtpAuthenticationSha1Hmac\fP = 1" .br .ti -1c .RI "const int \fBSrtpAuthenticationSkeinHmac\fP = 2" .br .ti -1c .RI "const int \fBSrtpEncryptionNull\fP = 0" .br .ti -1c .RI "const int \fBSrtpEncryptionAESCM\fP = 1" .br .ti -1c .RI "const int \fBSrtpEncryptionAESF8\fP = 2" .br .ti -1c .RI "const int \fBSrtpEncryptionTWOCM\fP = 3" .br .ti -1c .RI "const int \fBSrtpEncryptionTWOF8\fP = 4" .br .in -1c .SH "Macro Definition Documentation" .PP .SS "#define REPLAY_WINDOW_SIZE 64" .SH "Variable Documentation" .PP .SS "const int SrtpAuthenticationNull = 0" .SS "const int SrtpAuthenticationSha1Hmac = 1" .SS "const int SrtpAuthenticationSkeinHmac = 2" .SS "const int SrtpEncryptionAESCM = 1" .SS "const int SrtpEncryptionAESF8 = 2" .SS "const int SrtpEncryptionNull = 0" .SS "const int SrtpEncryptionTWOCM = 3" .SS "const int SrtpEncryptionTWOF8 = 4" .SH "Author" .PP Generated automatically by Doxygen for ccRTP from the source code\&.