StandardDecryption 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.StandardDecryption[[StandardDecryption]] end
Members
Methods
Public methods
Details
Constructors
StandardDecryption
Source code
public StandardDecryption(byte[] key, int off, int len, int revision)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
|
|
|
off |
|
|
|
len |
|
|
|
revision |
Methods
Update
Source code
public virtual byte Update(byte[] b, int off, int len)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
b |
|
|
|
off |
|
|
|
len |
Finish
Source code
public virtual byte Finish()
Generated with ModularDoc