CryptoContext.h
CryptoContext.h
Section: C Library Functions (3) Updated: Fri Apr 1 2011 Local index
Up
NAME
CryptoContext.h -
SYNOPSIS
#include <cc++/config.h>
#include <ccrtp/rtppkt.h>
Classes
class CryptoContext
The implementation for a SRTP cryptographic context.
Defines
#define REPLAY_WINDOW_SIZE 64
Variables
const int SrtpAuthenticationNull = 0
const int SrtpAuthenticationSha1Hmac = 1
const int SrtpEncryptionNull = 0
const int SrtpEncryptionAESCM = 1
const int SrtpEncryptionAESF8 = 2
Define Documentation
#define REPLAY_WINDOW_SIZE 64
Variable Documentation
const int SrtpAuthenticationNull = 0
const int SrtpAuthenticationSha1Hmac = 1
const int SrtpEncryptionAESCM = 1
const int SrtpEncryptionAESF8 = 2
const int SrtpEncryptionNull = 0
Author
Generated automatically by Doxygen for ccRTP from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Classes
-
- Defines
-
- Variables
-
- Define Documentation
-
- #define REPLAY_WINDOW_SIZE 64
-
- Variable Documentation
-
- const int SrtpAuthenticationNull = 0
-
- const int SrtpAuthenticationSha1Hmac = 1
-
- const int SrtpEncryptionAESCM = 1
-
- const int SrtpEncryptionAESF8 = 2
-
- const int SrtpEncryptionNull = 0
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:43:55 GMT, April 16, 2011