ICipherBuilderGetMaxOutputSize Method
Return the maximum output size that a given input will produce.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
int GetMaxOutputSize(
int inputLen
)
int GetMaxOutputSize(
int inputLen
)
function GetMaxOutputSize(inputLen);
- inputLen Int32
- the length of the expected input.
Int32The maximum possible output size that can produced for the expected input length.