Initializes a new instance of the AESCipher class

Namespace: iTextSharp.text.pdf.crypto
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public AESCipher(
	bool forEncryption,
	byte[] key,
	byte[] iv
)
Visual Basic
Public Sub New ( _
	forEncryption As Boolean, _
	key As Byte(), _
	iv As Byte() _
)
Visual C++
public:
AESCipher(
	bool forEncryption, 
	array<unsigned char>^ key, 
	array<unsigned char>^ iv
)

Parameters

forEncryption
Type: System..::..Boolean
key
Type: array<System..::..Byte>[]()[][]
iv
Type: array<System..::..Byte>[]()[][]

See Also