| Modifier and Type | Method and Description |
|---|---|
protected SrtpControl.TransformEngine |
NullSrtpControl.createTransformEngine()
Initializes a new TransformEngine instance to be associated with
and used by this SrtpControl instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DtlsTransformEngine
Implements
SrtpControl.TransformEngine (and, respectively,
TransformEngine) for DTLS-SRTP. |
| Modifier and Type | Class and Description |
|---|---|
class |
SDesTransformEngine
TransformEngine for SDES based SRTP encryption.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZRTPTransformEngine
JMF extension/connector to support GNU ZRTP4J.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSrtpControl<T extends SrtpControl.TransformEngine>
Provides an abstract, base implementation of
SrtpControl to
facilitate implementers. |
| Modifier and Type | Field and Description |
|---|---|
protected T |
AbstractSrtpControl.transformEngine |
| Modifier and Type | Method and Description |
|---|---|
SrtpControl.TransformEngine |
SrtpControl.getTransformEngine()
Returns the transform engine currently used by this stream.
|
Copyright © 2022 jitsi.org. All rights reserved.