public class Crypter extends java.lang.Object
Crypter()
Crypter(java.lang.String chave)
byte[]
decrypt(byte[] text)
encrypt(byte[] text)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Crypter() throws java.lang.Exception
java.lang.Exception
public Crypter(java.lang.String chave) throws java.lang.Exception
public byte[] encrypt(byte[] text) throws java.lang.Exception
public byte[] decrypt(byte[] text) throws java.lang.Exception