Interface | Description |
---|---|
PacketTransformer |
Encapsulate the concept of packet transformation.
|
TransformEngine |
Defines how to get PacketTransformers for RTP and RTCP packets.
|
Class | Description |
---|---|
AsymmetricSRTPTransformer |
SRTP/SRTCP TransformEngine that uses different keys for forward and reverse
transformations.
|
DatagramTransportAdaptor |
An adaptor class intended to be used as a disposable, thread-unsafe object
that bridges a raw RTP packet to a DTLSTransport handler.
|
DtlsSrtpServer |
This class represents the DTLS SRTP server connection handler.
|
DtlsSrtpServerProvider | |
RawPacket |
When using TransformConnector, a RTP/RTCP packet is represented using
RawPacket.
|
SRTCPCryptoContext |
SRTPCryptoContext class is the core class of SRTP implementation.
|
SRTCPTransformer |
SRTCPTransformer implements PacketTransformer.
|
SRTPCipherCTR |
SRTPCipherCTR implements SRTP Counter Mode AES Encryption (AES-CM).
|
SRTPCipherF8 |
SRTPCipherF8 implements SRTP F8 Mode AES Encryption (AES-f8).
|
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.
|
TlsUtils |
Collection of utility functions for DTLS operations.
|
Enum | Description |
---|---|
AlgorithmCertificate | |
CipherSuite | |
SRTPParameters |
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.