Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findTrustAnchorByIssuerAndSignature (0.31 sec)

  1. okhttp/src/androidMain/kotlin/okhttp3/internal/platform/AndroidPlatform.kt

          // From org.conscrypt.TrustManagerImpl, we want the method with this signature:
          // private TrustAnchor findTrustAnchorByIssuerAndSignature(X509Certificate lastCert);
          val method =
            trustManager.javaClass.getDeclaredMethod(
              "findTrustAnchorByIssuerAndSignature",
              X509Certificate::class.java,
            )
          method.isAccessible = true
          CustomTrustRootIndex(trustManager, method)
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Oct 10 05:19:46 UTC 2025
    - 6.5K bytes
    - Viewed (0)
Back to top