Initializes a new instance of the BufferedAeadBlockCipher class

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

Syntax

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

See Also