public class TuneEncryption extends Object
TuneEncryption(String SecretKey, String iv)
byte[]
decrypt(String code)
encrypt(String text)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TuneEncryption(String SecretKey, String iv)
SecretKey
iv
public byte[] encrypt(String text) throws Exception
text
Exception
public byte[] decrypt(String code) throws Exception
code