Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pin (2.25 sec)

  1. samples/guide/src/main/java/okhttp3/recipes/kt/CertificatePinning.kt

          if (!response.isSuccessful) throw IOException("Unexpected code $response")
    
          for (certificate in response.handshake!!.peerCertificates) {
            println(CertificatePinner.pin(certificate))
          }
        }
      }
    }
    
    fun main() {
      CertificatePinning().run()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 1.4K bytes
    - Viewed (0)
Back to top