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
Returns
- byte[]