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

Syntax

[Android.Runtime.Register("engineGetOutputSize", "(I)I", "GetEngineGetOutputSize_IHandler")]
protected abstract int EngineGetOutputSize (int inputLen)

Parameters

inputLen
the specified input length (in bytes).

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the size in bytes for the output buffer needed to hold the output of the next ExemptionMechanismSpi.EngineGenExemptionBlob 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