Javax.Crypto.Cipher.GetOutputSize Method
Returns the length in bytes an output buffer needs to be when this cipher is updated with inputLen bytes.

Syntax

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

Parameters

inputLen
the number of bytes of the input.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif this cipher instance is in an invalid state.

Remarks

Returns the length in bytes an output buffer needs to be when this cipher is updated with inputLen 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