Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for successfulCheckForOneHostnameWithWildcardAndDirectCertificate (0.26 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/CertificatePinnerTest.kt

            .build()
        certificatePinner.check("a.example.com", listOf(certA1.certificate))
        certificatePinner.check("a.example.com", listOf(certB1.certificate))
      }
    
      @Test
      fun successfulCheckForOneHostnameWithWildcardAndDirectCertificate() {
        val certificatePinner =
          CertificatePinner
            .Builder()
            .add("*.example.com", certA1Sha256Pin)
            .add("a.example.com", certB1Sha256Pin)
            .build()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 10.1K bytes
    - Viewed (0)
Back to top