Table of Contents

Class AesCbcNoPadding

Namespace
iTextSharp.text.pdf.crypto
Assembly
iTextSharp.LGPLv2.Core.dll
public static class AesCbcNoPadding
Inheritance
AesCbcNoPadding
Inherited Members

Methods

ProcessBlock(bool, byte[], byte[], int, int, byte[])

public static byte[] ProcessBlock(bool forEncryption, byte[] key, byte[] inBuf, int inOff, int inLen, byte[] iv = null)

Parameters

forEncryption bool
key byte[]
inBuf byte[]
inOff int
inLen int
iv byte[]

Returns

byte[]