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

Syntax

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

Parameters

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

Implements

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

See Also