- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for unsuccessfulCheck (0.78 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/CertificatePinnerTest.kt
.add("example.com", certB1Sha256Pin) .build() certificatePinner.check( "example.com", Arrays.asList(certA1.certificate, certB1.certificate), ) } @Test fun unsuccessfulCheck() { val certificatePinner = CertificatePinner .Builder() .add("example.com", certA1Sha256Pin) .build() assertFailsWith<SSLPeerUnverifiedException> {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 10.1K bytes - Viewed (0)