This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge

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

[Android.Runtime.Register("getOutputSize", "(I)I", "")]
public int GetOutputSize (int inputLen);
[<Android.Runtime.Register("getOutputSize", "(I)I", "")>]
member this.GetOutputSize : int -> int

Parameters