CipherSpi.EngineGetOutputSize(Int32) Method

Definition

Returns the length in bytes that an output buffer would need to be in order to hold the result of the next <code>update</code> or <code>doFinal</code> operation, given the input length <code>inputLen</code> (in bytes).

[Android.Runtime.Register("engineGetOutputSize", "(I)I", "GetEngineGetOutputSize_IHandler")]
protected abstract int EngineGetOutputSize (int inputLen);
[<Android.Runtime.Register("engineGetOutputSize", "(I)I", "GetEngineGetOutputSize_IHandler")>]
abstract member EngineGetOutputSize : int -> int

Parameters

inputLen
Int32

the input length (in bytes)

Returns

Int32

the required output buffer size (in bytes)

Attributes

Remarks

Java documentation for javax.crypto.CipherSpi.engineGetOutputSize(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to