Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for provided_name (0.08 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/platform/BouncyCastlePlatform.kt

      override fun platformTrustManager(): X509TrustManager {
        val factory =
          TrustManagerFactory.getInstance(
            "PKIX",
            BouncyCastleJsseProvider.PROVIDER_NAME,
          )
        factory.init(null as KeyStore?)
        val trustManagers = factory.trustManagers!!
        check(trustManagers.size == 1 && trustManagers[0] is X509TrustManager) {
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  2. okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformRule.kt

              false
            }
    
          val isCorrettoInstalled: Boolean =
            isCorrettoSupported && Security.getProviders()
              .first().name == AmazonCorrettoCryptoProvider.PROVIDER_NAME
        }
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 15.3K bytes
    - Viewed (1)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // each of IPv4 and IPv6.
      // +optional
      // +patchStrategy=merge
      repeated string podCIDRs = 7;
    
      // ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID>
      // +optional
      optional string providerID = 3;
    
      // Unschedulable controls node schedulability of new pods. By default, node is schedulable.
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
Back to top