Class SrtpTransformer
Inheritance
System.Object
SrtpTransformer
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()
Assembly: SIPSorcery.dll
public class SrtpTransformer : IPacketTransformer
Constructors
|
Improve this Doc
View Source
Declaration
public SrtpTransformer(SrtpTransformEngine engine)
Parameters
|
Improve this Doc
View Source
Declaration
public SrtpTransformer(SrtpTransformEngine forwardEngine, SrtpTransformEngine reverseEngine)
Parameters
Methods
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public byte[] ReverseTransform(byte[] pkt)
Parameters
Type |
Name |
Description |
System.Byte[] |
pkt |
|
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
Declaration
public byte[] ReverseTransform(byte[] pkt, int offset, int length)
Parameters
Type |
Name |
Description |
System.Byte[] |
pkt |
|
System.Int32 |
offset |
|
System.Int32 |
length |
|
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
Declaration
public byte[] Transform(byte[] pkt)
Parameters
Type |
Name |
Description |
System.Byte[] |
pkt |
|
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
Declaration
public byte[] Transform(byte[] pkt, int offset, int length)
Parameters
Type |
Name |
Description |
System.Byte[] |
pkt |
|
System.Int32 |
offset |
|
System.Int32 |
length |
|
Returns
Type |
Description |
System.Byte[] |
|
Implements
Extension Methods