Skip to main content
Skip table of contents

ARCFOUREncryption

ARCFOUREncryption Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.crypto
  iTextSharp.text.pdf.crypto.ARCFOUREncryption[[ARCFOUREncryption]]
  end

Members

Methods

Public methods
ReturnsName
voidEncryptARCFOUR(...)
voidPrepareARCFOURKey(...)

Details

Constructors

ARCFOUREncryption

Source code

public ARCFOUREncryption()

Methods

PrepareARCFOURKey [1/2]

Source code

public virtual void PrepareARCFOURKey(byte[] key)
Arguments
TypeNameDescription
byte``[]key
PrepareARCFOURKey [2/2]

Source code

public virtual void PrepareARCFOURKey(byte[] key, int off, int len)
Arguments
TypeNameDescription
byte``[]key
intoff
intlen
EncryptARCFOUR [1/4]

Source code

public virtual void EncryptARCFOUR(byte[] dataIn, int off, int len, byte[] dataOut, int offOut)
Arguments
TypeNameDescription
byte``[]dataIn
intoff
intlen
byte``[]dataOut
intoffOut
EncryptARCFOUR [2/4]

Source code

public virtual void EncryptARCFOUR(byte[] data, int off, int len)
Arguments
TypeNameDescription
byte``[]data
intoff
intlen
EncryptARCFOUR [3/4]

Source code

public virtual void EncryptARCFOUR(byte[] dataIn, byte[] dataOut)
Arguments
TypeNameDescription
byte``[]dataIn
byte``[]dataOut
EncryptARCFOUR [4/4]

Source code

public virtual void EncryptARCFOUR(byte[] data)
Arguments
TypeNameDescription
byte``[]data

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.