SRTPCipherCTRgetCipherStream Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic void getCipherStream(
IBlockCipher aesCipher,
byte[] outC,
int length,
byte[] iv
)
Public Sub getCipherStream (
aesCipher As IBlockCipher,
outC As Byte(),
length As Integer,
iv As Byte()
)
public:
void getCipherStream(
IBlockCipher^ aesCipher,
array<unsigned char>^ outC,
int length,
array<unsigned char>^ iv
)
member getCipherStream :
aesCipher : IBlockCipher *
outC : byte[] *
length : int *
iv : byte[] -> unit
Parameters
- aesCipher IBlockCipher
-
- outC Byte
-
- length Int32
-
- iv Byte
-
See Also