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

Syntax

[Android.Runtime.Register("genExemptionBlob", "([BI)I", "")]
public int GenExemptionBlob (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
Java.Lang.IllegalStateExceptionif this ExemptionMechanism instance is not initialized.
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