Class SrtpCipherCTR
Inheritance
System.Object
SrtpCipherCTR
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 SrtpCipherCTR
Methods
| Improve this Doc View SourceGetCipherStream(IBlockCipher, Byte[], Int32, Byte[])
Declaration
public void GetCipherStream(IBlockCipher aesCipher, byte[] _out, int length, byte[] iv)
Parameters
| Type | Name | Description |
|---|---|---|
| Org.BouncyCastle.Crypto.IBlockCipher | aesCipher | |
| System.Byte[] | _out | |
| System.Int32 | length | |
| System.Byte[] | iv |
Process(IBlockCipher, MemoryStream, Int32, Int32, Byte[])
Declaration
public void Process(IBlockCipher cipher, MemoryStream data, int off, int len, byte[] iv)
Parameters
| Type | Name | Description |
|---|---|---|
| Org.BouncyCastle.Crypto.IBlockCipher | cipher | |
| System.IO.MemoryStream | data | |
| System.Int32 | off | |
| System.Int32 | len | |
| System.Byte[] | iv |