Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher.GetOutputSize C# (CSharp) Method

GetOutputSize() public method

public GetOutputSize ( int length ) : int
length int
return int
		public override int GetOutputSize(
			int length)
		{
			return cipher.GetOutputBlockSize();
		}