public abstract class Encrypter extends Object
Constructor and Description |
---|
Encrypter() |
public byte[] encrypt(String str) throws BadPaddingException, IllegalBlockSizeException, UnsupportedEncodingException, IOException
public String decrypt(byte[] decodedString) throws BadPaddingException, IllegalBlockSizeException, UnsupportedEncodingException, IOException