Initializes a new instance of the PaddedBufferedBlockCipher class

Namespace: Org.BouncyCastle.Crypto.Paddings
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public PaddedBufferedBlockCipher(
	IBlockCipher cipher,
	IBlockCipherPadding padding
)
Visual Basic
Public Sub New ( _
	cipher As IBlockCipher, _
	padding As IBlockCipherPadding _
)
Visual C++
public:
PaddedBufferedBlockCipher(
	IBlockCipher^ cipher, 
	IBlockCipherPadding^ padding
)

Collapse imageSee Also