Package com.tailf.util
Class Encrypter
Object
com.tailf.util.Encrypter
- Direct Known Subclasses:
 AesEncrypter
Base class for encryption algorithm utility classes
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Encrypter
public Encrypter() 
 - 
 - 
Method Details
- 
encrypt
public byte[] encrypt(String str) throws BadPaddingException, IllegalBlockSizeException, UnsupportedEncodingException, IOException  - 
decrypt
public String decrypt(byte[] decodedString) throws BadPaddingException, IllegalBlockSizeException, UnsupportedEncodingException, IOException  
 -