SRTPCipherCTRgetCipherStream Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: IBlockCipher
- outC
- Type: SystemByte
- length
- Type: SystemInt32
- iv
- Type: SystemByte
See Also