ICipherBuilderGetMaxOutputSize Method

Return the maximum output size that a given input will produce.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
int GetMaxOutputSize(
	int inputLen
)

Parameters

inputLen  Int32
the length of the expected input.

Return Value

Int32
The maximum possible output size that can produced for the expected input length.

See Also