Book Image

Testing and securing android studio applications

Book Image

Testing and securing android studio applications

Overview of this book

Table of Contents (18 chapters)
Testing and Securing Android Studio Applications
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Securing Communications

This chapter presents the mechanisms offered by Android to secure communications between an Android application and an external entity. By the end of this chapter, you will know how to secure connections. You will see some implementations through code examples using Android Studio.

Most applications need to share some sort of data. You should learn how to protect this data especially when sensitive information such as personal data or authentication information is being transferred.

The topics that will be covered in this chapter are:

  • HTTPS

  • SSL and TSL

  • Server and client certificates

  • Android Studio

  • Code examples using HTTPS