Package 

Class EncryptionNoOp

  • All Implemented Interfaces:
    apptentive.com.android.encryption.Encryption

    
    public final class EncryptionNoOp
     implements Encryption
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      EncryptionNoOp()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ByteArray decrypt(InputStream inputStream) Decrypts an array of bytes
      ByteArray decrypt(ByteArray data) Decrypts an array of bytes
      ByteArray encrypt(ByteArray data) Encrypts an array of bytes and writes into the given OutputStream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EncryptionNoOp

        EncryptionNoOp()
    • Method Detail

      • decrypt

         ByteArray decrypt(InputStream inputStream)

        Decrypts an array of bytes

        Parameters:
        inputStream -
        • inputStream with the data to decrypt

      • encrypt

         ByteArray encrypt(ByteArray data)

        Encrypts an array of bytes and writes into the given OutputStream

        Parameters:
        data -
        • raw data to encrypt