|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.crypto.AESCipherCBCnoPad
public class AESCipherCBCnoPad
Creates an AES Cipher with CBC and no padding.
Constructor Summary | |
---|---|
AESCipherCBCnoPad(boolean forEncryption,
byte[] key)
Creates a new instance of AESCipher |
Method Summary | |
---|---|
byte[] |
processBlock(byte[] inp,
int inpOff,
int inpLen)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AESCipherCBCnoPad(boolean forEncryption, byte[] key)
Method Detail |
---|
public byte[] processBlock(byte[] inp, int inpOff, int inpLen)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |