Initializes a new instance of the BufferedAsymmetricBlockCipher class

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

Syntax

C#
public BufferedAsymmetricBlockCipher(
	IAsymmetricBlockCipher cipher
)
Visual Basic
Public Sub New ( _
	cipher As IAsymmetricBlockCipher _
)
Visual C++
public:
BufferedAsymmetricBlockCipher(
	IAsymmetricBlockCipher^ cipher
)

See Also