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

Exibir arquivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
AESCipherCBCnoPad ( bool forEncryption, byte key ) : System
ProcessBlock ( byte inp, int inpOff, int inpLen ) : byte[]

Method Details

AESCipherCBCnoPad() public method

public AESCipherCBCnoPad ( bool forEncryption, byte key ) : System
forEncryption bool
key byte
return System

ProcessBlock() public method

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