iText 5

StandardDecryption

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

Returns

Name

byte``[]

Finish

()

byte``[]

Update

(byte``[] b, int off, int len)

Details

Constructors

StandardDecryption

Source code

public StandardDecryption(byte[] key, int off, int len, int revision)

Arguments

Type

Name

Description

byte``[]

key

int

off

int

len

int

revision

Methods

Update

Source code

public virtual byte Update(byte[] b, int off, int len)

Arguments

Type

Name

Description

byte``[]

b

int

off

int

len

Finish

Source code

public virtual byte Finish()

Generated with ModularDoc