C# Class iTextSharp.text.pdf.crypto.AESCipher

Show file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
AESCipher ( bool forEncryption, byte key, byte iv ) : System
DoFinal ( ) : byte[]
Update ( byte inp, int inpOff, int inpLen ) : byte[]

Method Details

AESCipher() public method

public AESCipher ( bool forEncryption, byte key, byte iv ) : System
forEncryption bool
key byte
iv byte
return System

DoFinal() public method

public DoFinal ( ) : byte[]
return byte[]

Update() public method

public Update ( byte inp, int inpOff, int inpLen ) : byte[]
inp byte
inpOff int
inpLen int
return byte[]