Package com.itextpdf.text.pdf.crypto
Class AESCipherCBCnoPad
java.lang.Object
com.itextpdf.text.pdf.crypto.AESCipherCBCnoPad
Creates an AES Cipher with CBC and no padding.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAESCipherCBCnoPad
(boolean forEncryption, byte[] key) Creates a new instance of AESCipher -
Method Summary
-
Field Details
-
cbc
private org.bouncycastle.crypto.BlockCipher cbc
-
-
Constructor Details
-
AESCipherCBCnoPad
public AESCipherCBCnoPad(boolean forEncryption, byte[] key) Creates a new instance of AESCipher
-
-
Method Details
-
processBlock
public byte[] processBlock(byte[] inp, int inpOff, int inpLen)
-