Interface IDtlsSrtpPeer
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
|
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
|
Improve this Doc
View Source
IsClient()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Events
|
Improve this Doc
View Source
OnAlert
Declaration
event Action<AlertLevelsEnum, AlertTypesEnum, string> OnAlert
Event Type
Extension Methods