Show / Hide Table of Contents

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 Source

GetCipherStream(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
| Improve this Doc View Source

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

Extension Methods

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