Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for successfulMatchAcceptsAnyMatchingCertificateOld (0.46 sec)

  1. okhttp/src/test/java/okhttp3/CertificatePinnerTest.kt

      }
    
      @Test
      fun successfulMatchAcceptsAnyMatchingCertificateOld() {
        val certificatePinner =
          CertificatePinner.Builder()
            .add("example.com", certB1Sha256Pin)
            .build()
        certificatePinner.check("example.com", certA1.certificate, certB1.certificate)
      }
    
      @Test
      fun successfulMatchAcceptsAnyMatchingCertificate() {
        val certificatePinner =
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 9.9K bytes
    - Viewed (0)
Back to top