Click or drag to resize

SRTPCipherCTRgetCipherStream Method

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