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

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Protected Properties

Свойство Type Description
arcfour ARCFOUREncryption
cipher AESCipher

Méthodes publiques

Méthode Description
Finish ( ) : byte[]
StandardDecryption ( byte key, int off, int len, int revision ) : System
Update ( byte b, int off, int len ) : byte[]

Method Details

Finish() public méthode

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

StandardDecryption() public méthode

public StandardDecryption ( byte key, int off, int len, int revision ) : System
key byte
off int
len int
revision int
Résultat System

Update() public méthode

public Update ( byte b, int off, int len ) : byte[]
b byte
off int
len int
Résultat byte[]

Property Details

arcfour protected_oe property

protected ARCFOUREncryption,iTextSharp.text.pdf.crypto arcfour
Résultat ARCFOUREncryption

cipher protected_oe property

protected AESCipher,iTextSharp.text.pdf.crypto cipher
Résultat AESCipher