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