Package 

Interface DataEncoder


  • 
    public interface DataEncoder
    
                        

    An events data encoder. Can be used for encrypting/decrypting events' data at saving in device storage Your implementation must satisfy condition decode(encode(data)) == data for any data

    • Method Summary

      Modifier and Type Method Description
      abstract String encode(String data)
      abstract String decode(String data)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait