|
Class Summary |
| PacketManipulator |
PacketManipulator contains methods for parsing RTP packets. |
| SRTCPTransformer |
SRTCPTransformer implements PacketTransformer. |
| SRTPCipherCTR |
SRTPCipherCTR implements SRTP Counter Mode AES Encryption (AES-CM). |
| SRTPCipherF8 |
SRTPCipherF8 implements SRTP F8 Mode AES Encryption (AES-f8). |
| SRTPCipherF8.F8Context |
F8 mode encryption context, see RFC3711 section 4.1.2 for detailed
description. |
| SRTPCryptoContext |
SRTPCryptoContext class is the core class of SRTP implementation. |
| SRTPPolicy |
SRTPPolicy holds the SRTP encryption / authentication policy of a SRTP
session. |
| SRTPTransformEngine |
SRTPTransformEngine class implements TransformEngine interface. |
| SRTPTransformer |
SRTPTransformer implements PacketTransformer and provides implementations
for RTP packet to SRTP packet transformation and SRTP packet to RTP packet
transformation logic. |