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

Syntax

[Android.Runtime.Register("genExemptionBlob", "([B)I", "")]
public int GenExemptionBlob (byte[] output)

Parameters

output
the output buffer for the result key blob.

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.

[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