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

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

Méthodes publiques

Méthode 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 méthode

public ARCFOUREncryption ( ) : System
Résultat System

EncryptARCFOUR() public méthode

public EncryptARCFOUR ( byte data ) : void
data byte
Résultat void

EncryptARCFOUR() public méthode

public EncryptARCFOUR ( byte dataIn, byte dataOut ) : void
dataIn byte
dataOut byte
Résultat void

EncryptARCFOUR() public méthode

public EncryptARCFOUR ( byte data, int off, int len ) : void
data byte
off int
len int
Résultat void

EncryptARCFOUR() public méthode

public EncryptARCFOUR ( byte dataIn, int off, int len, byte dataOut, int offOut ) : void
dataIn byte
off int
len int
dataOut byte
offOut int
Résultat void

PrepareARCFOURKey() public méthode

public PrepareARCFOURKey ( byte key ) : void
key byte
Résultat void

PrepareARCFOURKey() public méthode

public PrepareARCFOURKey ( byte key, int off, int len ) : void
key byte
off int
len int
Résultat void