- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for generateCertificates (0.08 seconds)
-
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)
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Mar 20 09:13:37 GMT 2026 - 26.9K bytes - Click Count (0)