SRTPCipherCTRprocess Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic void process(
IBlockCipher cipher,
byte[] data,
int off,
int len,
byte[] iv
)
Public Sub process (
cipher As IBlockCipher,
data As Byte(),
off As Integer,
len As Integer,
iv As Byte()
)
public:
void process(
IBlockCipher^ cipher,
array<unsigned char>^ data,
int off,
int len,
array<unsigned char>^ iv
)
member process :
cipher : IBlockCipher *
data : byte[] *
off : int *
len : int *
iv : byte[] -> unit
Parameters
- cipher IBlockCipher
-
- data Byte
-
- off Int32
-
- len Int32
-
- iv Byte
-
See Also