|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.lowagie.text.pdf.crypto.AESCipher
public class AESCipher
Creates an AES Cipher with CBC and padding PKCS5/7.
Constructor Summary | |
---|---|
AESCipher(boolean forEncryption,
byte[] key,
byte[] iv)
Creates a new instance of AESCipher |
Method Summary | |
---|---|
byte[] |
doFinal()
|
byte[] |
update(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 AESCipher(boolean forEncryption, byte[] key, byte[] iv)
Method Detail |
---|
public byte[] update(byte[] inp, int inpOff, int inpLen)
public byte[] doFinal()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |