Skip to main content
Skip table of contents

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
ReturnsName
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
TypeNameDescription
byte``[]key
intoff
intlen
intrevision

Methods

Update
Source code
public virtual byte Update(byte[] b, int off, int len)
Arguments
TypeNameDescription
byte``[]b
intoff
intlen
Finish
Source code
public virtual byte Finish()

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.