Click or drag to resize
SRTPCipherCTRgetCipherStream Method

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public void getCipherStream(
	IBlockCipher aesCipher,
	byte[] outC,
	int length,
	byte[] iv
)

Parameters

aesCipher
Type: IBlockCipher
outC
Type: SystemByte
length
Type: SystemInt32
iv
Type: SystemByte
See Also