Click or drag to resize

SRTPCipherCTRprocess Method


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public void process(
	IBlockCipher cipher,
	byte[] data,
	int off,
	int len,
	byte[] iv
)

Parameters

cipher  IBlockCipher
 
data  Byte
 
off  Int32
 
len  Int32
 
iv  Byte
 
See Also