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

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

Méthodes publiques

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

Method Details

AESCipher() public méthode

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

DoFinal() public méthode

public DoFinal ( ) : byte[]
Résultat byte[]

Update() public méthode

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