public interface Base64Facade
abstract String
encode(Array<byte> cipher)
abstract Array<byte>
decode(String cipherText)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract String encode(Array<byte> cipher)
abstract Array<byte> decode(String cipherText)