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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
Details
Constructors
ARCFOUREncryption
Source code
public ARCFOUREncryption()
Methods
PrepareARCFOURKey [1/2]
Source code
public virtual void PrepareARCFOURKey(byte[] key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
PrepareARCFOURKey [2/2]
Source code
public virtual void PrepareARCFOURKey(byte[] key, int off, int len)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
|
|
|
off |
|
|
|
len |
EncryptARCFOUR [1/4]
Source code
public virtual void EncryptARCFOUR(byte[] dataIn, int off, int len, byte[] dataOut, int offOut)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
dataIn |
|
|
|
off |
|
|
|
len |
|
|
|
dataOut |
|
|
|
offOut |
EncryptARCFOUR [2/4]
Source code
public virtual void EncryptARCFOUR(byte[] data, int off, int len)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
|
|
|
off |
|
|
|
len |
EncryptARCFOUR [3/4]
Source code
public virtual void EncryptARCFOUR(byte[] dataIn, byte[] dataOut)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
dataIn |
|
|
|
dataOut |
EncryptARCFOUR [4/4]
Source code
public virtual void EncryptARCFOUR(byte[] data)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
Generated with ModularDoc