Javax.Crypto.ExemptionMechanismSpi.EngineGenExemptionBlob Method
Generates the result key blob for this exemption mechanism and stores it into the output buffer at offset outputOffset.

Syntax

[Android.Runtime.Register("engineGenExemptionBlob", "([BI)I", "GetEngineGenExemptionBlob_arrayBIHandler")]
protected abstract int EngineGenExemptionBlob (byte[] output, int outputOffset)

Parameters

output
the output buffer for the result key blob.
outputOffset
the offset in the output buffer to start.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Javax.Crypto.ShortBufferExceptionif the provided buffer is too small for the result key blob.
Javax.Crypto.ExemptionMechanismExceptionif error(s) occur during generation.

Remarks

Generates the result key blob for this exemption mechanism and stores it into the output buffer at offset outputOffset.

[Android Documentation]

Requirements

Namespace: Javax.Crypto
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1