- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for generateCertificates (0.07 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cache.kt
val bytes = Buffer() val certificateBytes = line.decodeBase64() ?: throw IOException("Corrupt certificate in cache entry") bytes.write(certificateBytes) result.add(certificateFactory.generateCertificate(bytes.inputStream())) } return result } catch (e: CertificateException) { throw IOException(e.message) } } @Throws(IOException::class)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 26.9K bytes - Viewed (0)