Skip to main content
Skip table of contents

AESCipherCBCnoPad

AESCipherCBCnoPad 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.AESCipherCBCnoPad[[AESCipherCBCnoPad]]
  end

Members

Methods

Public methods
ReturnsName
byte``[]ProcessBlock(byte``[] inp, int inpOff, int inpLen)

Details

Constructors

AESCipherCBCnoPad

Source code

public AESCipherCBCnoPad(bool forEncryption, byte[] key)
Arguments
TypeNameDescription
boolforEncryption
byte``[]key

Methods

ProcessBlock

Source code

public virtual byte ProcessBlock(byte[] inp, int inpOff, int inpLen)
Arguments
TypeNameDescription
byte``[]inp
intinpOff
intinpLen

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.