Click or drag to resize
SRTPCipherCTRprocess Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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