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

显示文件 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
ARCFOUREncryption ( ) : System
EncryptARCFOUR ( byte data ) : void
EncryptARCFOUR ( byte dataIn, byte dataOut ) : void
EncryptARCFOUR ( byte data, int off, int len ) : void
EncryptARCFOUR ( byte dataIn, int off, int len, byte dataOut, int offOut ) : void
PrepareARCFOURKey ( byte key ) : void
PrepareARCFOURKey ( byte key, int off, int len ) : void

Method Details

ARCFOUREncryption() public method

public ARCFOUREncryption ( ) : System
return System

EncryptARCFOUR() public method

public EncryptARCFOUR ( byte data ) : void
data byte
return void

EncryptARCFOUR() public method

public EncryptARCFOUR ( byte dataIn, byte dataOut ) : void
dataIn byte
dataOut byte
return void

EncryptARCFOUR() public method

public EncryptARCFOUR ( byte data, int off, int len ) : void
data byte
off int
len int
return void

EncryptARCFOUR() public method

public EncryptARCFOUR ( byte dataIn, int off, int len, byte dataOut, int offOut ) : void
dataIn byte
off int
len int
dataOut byte
offOut int
return void

PrepareARCFOURKey() public method

public PrepareARCFOURKey ( byte key ) : void
key byte
return void

PrepareARCFOURKey() public method

public PrepareARCFOURKey ( byte key, int off, int len ) : void
key byte
off int
len int
return void