Reputation: 21
Since packets received by making https request are in encrypted form. I wanna know how to decode them in java.
Upvotes: 1
Views: 154
Reputation: 691635
The communication is encrypted and decrypted for you by the HttpsURLConnection object. You don't have to deal with encryption and decryption yourself.
Upvotes: 3