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

Exibir arquivo Open project: mapo80/iTextSharp-Monotouch

Protected Properties

Property Type Description
arcfour ARCFOUREncryption
cipher AESCipher

Public Methods

Method 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 method

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

StandardDecryption() public method

public StandardDecryption ( byte key, int off, int len, int revision ) : System
key byte
off int
len int
revision int
return System

Update() public method

public Update ( byte b, int off, int len ) : byte[]
b byte
off int
len int
return byte[]

Property Details

arcfour protected_oe property

protected ARCFOUREncryption,iTextSharp.text.pdf.crypto arcfour
return ARCFOUREncryption

cipher protected_oe property

protected AESCipher,iTextSharp.text.pdf.crypto cipher
return AESCipher