public class AesEncrypter extends Encrypter
| Constructor and Description | 
|---|
AesEncrypter(byte[] keybytes,
            byte[] ivBytes)  | 
public AesEncrypter(byte[] keybytes,
                    byte[] ivBytes)
             throws NoSuchPaddingException,
                    NoSuchAlgorithmException,
                    InvalidKeyException