Show / Hide Table of Contents

Class SrtpTransformEngine

Inheritance
System.Object
SrtpTransformEngine
Implements
ITransformEngine
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public class SrtpTransformEngine : ITransformEngine

Constructors

| Improve this Doc View Source

SrtpTransformEngine(Byte[], Byte[], SrtpPolicy, SrtpPolicy)

Declaration
public SrtpTransformEngine(byte[] masterKey, byte[] masterSalt, SrtpPolicy srtpPolicy, SrtpPolicy srtcpPolicy)
Parameters
Type Name Description
System.Byte[] masterKey
System.Byte[] masterSalt
SrtpPolicy srtpPolicy
SrtpPolicy srtcpPolicy

Methods

| Improve this Doc View Source

Close()

Declaration
public void Close()
| Improve this Doc View Source

GetDefaultContext()

Declaration
public SrtpCryptoContext GetDefaultContext()
Returns
Type Description
SrtpCryptoContext
| Improve this Doc View Source

GetDefaultContextControl()

Declaration
public SrtcpCryptoContext GetDefaultContextControl()
Returns
Type Description
SrtcpCryptoContext
| Improve this Doc View Source

GetRTCPTransformer()

Declaration
public IPacketTransformer GetRTCPTransformer()
Returns
Type Description
IPacketTransformer
| Improve this Doc View Source

GetRTPTransformer()

Declaration
public IPacketTransformer GetRTPTransformer()
Returns
Type Description
IPacketTransformer

Implements

ITransformEngine

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX