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

Syntax

C#
public override void Init(
	bool forEncryption,
	ICipherParameters parameters
)
Visual Basic
Public Overrides Sub Init ( _
	forEncryption As Boolean, _
	parameters As ICipherParameters _
)
Visual C++
public:
virtual void Init(
	bool forEncryption, 
	ICipherParameters^ parameters
) override

Parameters

forEncryption
Type: System..::..Boolean
parameters
Type: Org.BouncyCastle.Crypto..::..ICipherParameters

Implements

IBufferedCipher..::..Init(Boolean, ICipherParameters)

See Also