Package com.itextpdf.text.pdf.crypto
Class AESCipherCBCnoPad
- java.lang.Object
-
- com.itextpdf.text.pdf.crypto.AESCipherCBCnoPad
-
public class AESCipherCBCnoPad extends Object
Creates an AES Cipher with CBC and no padding.- Author:
- Paulo Soares
-
-
Constructor Summary
Constructors Constructor Description AESCipherCBCnoPad(boolean forEncryption, byte[] key)
Creates a new instance of AESCipher
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
processBlock(byte[] inp, int inpOff, int inpLen)
-