Package com.tailf.util
Class Encrypter
Object
com.tailf.util.Encrypter
- Direct Known Subclasses:
AesEncrypter
,Des3Encrypter
Base class for encryption algorithm utility classes
-
Constructor Summary
-
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
-