Click or drag to resize

SRTPCipherCTRprocess Method

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

Parameters

cipher
Type: IBlockCipher
data
Type: SystemByte
off
Type: SystemInt32
len
Type: SystemInt32
iv
Type: SystemByte
See Also