Show / Hide Table of Contents

Interface IDtlsSrtpPeer

Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public interface IDtlsSrtpPeer

Properties

| Improve this Doc View Source

ForceUseExtendedMasterSecret

Declaration
bool ForceUseExtendedMasterSecret { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

GetRemoteCertificate()

Declaration
Certificate GetRemoteCertificate()
Returns
Type Description
Org.BouncyCastle.Crypto.Tls.Certificate
| Improve this Doc View Source

GetSrtcpPolicy()

Declaration
SrtpPolicy GetSrtcpPolicy()
Returns
Type Description
SrtpPolicy
| Improve this Doc View Source

GetSrtpMasterClientKey()

Declaration
byte[] GetSrtpMasterClientKey()
Returns
Type Description
System.Byte[]
| Improve this Doc View Source

GetSrtpMasterClientSalt()

Declaration
byte[] GetSrtpMasterClientSalt()
Returns
Type Description
System.Byte[]
| Improve this Doc View Source

GetSrtpMasterServerKey()

Declaration
byte[] GetSrtpMasterServerKey()
Returns
Type Description
System.Byte[]
| Improve this Doc View Source

GetSrtpMasterServerSalt()

Declaration
byte[] GetSrtpMasterServerSalt()
Returns
Type Description
System.Byte[]
| Improve this Doc View Source

GetSrtpPolicy()

Declaration
SrtpPolicy GetSrtpPolicy()
Returns
Type Description
SrtpPolicy
| Improve this Doc View Source

IsClient()

Declaration
bool IsClient()
Returns
Type Description
System.Boolean

Events

| Improve this Doc View Source

OnAlert

Declaration
event Action<AlertLevelsEnum, AlertTypesEnum, string> OnAlert
Event Type
Type Description
System.Action<AlertLevelsEnum, AlertTypesEnum, System.String>

Extension Methods

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