Updates this MacSpi instance with the data from the specified
buffer input from the specified offset and length len.
Syntax
[Android.Runtime.Register("engineUpdate", "([BII)V", "GetEngineUpdate_arrayBIIHandler")]
protected abstract
void EngineUpdate (
byte[] input,
int offset,
int len)
Parameters
- input
- the buffer.
- offset
- the offset in the buffer.
- len
- the length of the data in the buffer.
Remarks
Requirements
Namespace: Javax.Crypto
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1