Javax.Crypto.ExemptionMechanism.GetOutputSize Method
Returns the size in bytes for the output buffer needed to hold the output of the next ExemptionMechanism.GenExemptionBlob call, given the specified inputLen (in bytes).

Syntax

[Android.Runtime.Register("getOutputSize", "(I)I", "")]
public int GetOutputSize (int inputLen)

Parameters

inputLen
the specified input length (in bytes).

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif this ExemptionMechanism instance is not initialized.

Remarks

Returns the size in bytes for the output buffer needed to hold the output of the next ExemptionMechanism.GenExemptionBlob call, given the specified inputLen (in bytes).

[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