public class DtlsTransformEngine extends Object implements SrtpControl.TransformEngine
SrtpControl.TransformEngine (and, respectively,
TransformEngine) for DTLS-SRTP.| Constructor and Description |
|---|
DtlsTransformEngine(DtlsControlImpl dtlsControl)
Initializes a new DtlsTransformEngine instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Cleans up this TransformEngine and prepares it for garbage
collection.
|
protected DtlsPacketTransformer |
createPacketTransformer(int componentID)
Initializes a new DtlsPacketTransformer instance which is to
work on control/RTCP or data/RTP packets.
|
PacketTransformer |
getRTCPTransformer()
Gets the PacketTransformer for RTCP packets.
|
PacketTransformer |
getRTPTransformer()
Gets the PacketTransformer for RTP packets.
|
public DtlsTransformEngine(DtlsControlImpl dtlsControl)
public void cleanup()
cleanup in interface SrtpControl.TransformEngineprotected DtlsPacketTransformer createPacketTransformer(int componentID)
componentID - the ID of the component for which the new instance is
to workpublic PacketTransformer getRTCPTransformer()
getRTCPTransformer in interface TransformEnginepublic PacketTransformer getRTPTransformer()
getRTPTransformer in interface TransformEngineCopyright © 2022 jitsi.org. All rights reserved.