#include <MIKEY.hh>
Definition at line 31 of file MIKEY.hh.
◆ MIKEYState() [1/2]
◆ ~MIKEYState()
virtual MIKEYState::~MIKEYState |
( |
| ) |
|
|
virtual |
◆ MIKEYState() [2/2]
MIKEYState::MIKEYState |
( |
u_int8_t const * |
messageToParse, |
|
|
unsigned |
messageSize, |
|
|
Boolean & |
parsedOK |
|
) |
| |
|
private |
◆ addNewPayload()
void MIKEYState::addNewPayload |
( |
class MIKEYPayload * |
newPayload | ) |
|
|
private |
◆ createNew()
static MIKEYState * MIKEYState::createNew |
( |
u_int8_t const * |
messageToParse, |
|
|
unsigned |
messageSize |
|
) |
| |
|
static |
◆ encryptSRTCP()
Boolean MIKEYState::encryptSRTCP |
( |
| ) |
const |
|
inline |
◆ encryptSRTP()
Boolean MIKEYState::encryptSRTP |
( |
| ) |
const |
|
inline |
◆ generateMessage()
u_int8_t * MIKEYState::generateMessage |
( |
unsigned & |
messageSize | ) |
const |
◆ keyData()
u_int8_t const * MIKEYState::keyData |
( |
| ) |
const |
|
inline |
◆ MKI()
u_int32_t MIKEYState::MKI |
( |
| ) |
const |
|
inline |
◆ parseHDRPayload()
Boolean MIKEYState::parseHDRPayload |
( |
u_int8_t const *& |
ptr, |
|
|
u_int8_t const * |
endPtr, |
|
|
u_int8_t & |
nextPayloadType |
|
) |
| |
|
private |
◆ parseNonHDRPayload()
Boolean MIKEYState::parseNonHDRPayload |
( |
u_int8_t const *& |
ptr, |
|
|
u_int8_t const * |
endPtr, |
|
|
u_int8_t & |
nextPayloadType |
|
) |
| |
|
private |
◆ useAuthentication()
Boolean MIKEYState::useAuthentication |
( |
| ) |
const |
|
inline |
◆ fEncryptSRTCP
◆ fEncryptSRTP
◆ fHeaderPayload
class MIKEYPayload* MIKEYState::fHeaderPayload |
|
private |
◆ fKeyData
u_int8_t MIKEYState::fKeyData[16+14] |
|
private |
◆ fMKI
u_int32_t MIKEYState::fMKI |
|
private |
◆ fTailPayload
class MIKEYPayload* MIKEYState::fTailPayload |
|
private |
◆ fTotalPayloadByteCount
unsigned MIKEYState::fTotalPayloadByteCount |
|
private |
◆ fUseAuthentication
Boolean MIKEYState::fUseAuthentication |
|
private |
The documentation for this class was generated from the following file: