Package com.tailf.util
Class AesEncrypter
Object
com.tailf.util.Encrypter
com.tailf.util.AesEncrypter
AES algorithm encryption/decryption utility class
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
AesEncrypter
public AesEncrypter(byte[] keybytes, byte[] ivBytes) throws NoSuchPaddingException, NoSuchAlgorithmException, InvalidKeyException  
 -