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