Package 

Interface Encryption


  • 
    public interface Encryption
    
                        

    Interface that allows storing data in encrypted format. Encryption/decryption round should return exactly the same data as it given for the encryption originally (even if decryption happens in another process/app launch).

    • Method Summary

      Modifier and Type Method Description
      abstract ByteArray encrypt(ByteArray data) Encrypts given ByteArray with user-chosen encryption.
      abstract ByteArray decrypt(ByteArray data) Decrypts given ByteArray with user-chosen encryption.
      • Methods inherited from class java.lang.Object

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