public class Base64 extends java.lang.Object implements Encryptor
Base64()
byte[]
decrypt(byte[] data)
encrypt(byte[] data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
decrypt, encrypt
public Base64()
public byte[] encrypt(byte[] data)
encrypt
Encryptor
data
public byte[] decrypt(byte[] data)
decrypt