com.itextpdf.text.pdf.crypto
Class AESCipherCBCnoPad

java.lang.Object
  extended by 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
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

AESCipherCBCnoPad

public AESCipherCBCnoPad(boolean forEncryption,
                         byte[] key)
Creates a new instance of AESCipher

Method Detail

processBlock

public byte[] processBlock(byte[] inp,
                           int inpOff,
                           int inpLen)


Copyright © 2013. All Rights Reserved.