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

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

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

Method Details

AESCipherCBCnoPad() public méthode

public AESCipherCBCnoPad ( bool forEncryption, byte key ) : System
forEncryption bool
key byte
Résultat System

ProcessBlock() public méthode

public ProcessBlock ( byte inp, int inpOff, int inpLen ) : byte[]
inp byte
inpOff int
inpLen int
Résultat byte[]