Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 382 for ca (0.15 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/tls/BasicCertificateChainCleaner.kt

          val trustedCert = trustRootIndex.findByIssuerAndSignature(toVerify)
          if (trustedCert != null) {
            if (result.size > 1 || toVerify != trustedCert) {
              result.add(trustedCert)
            }
            if (verifySignature(trustedCert, trustedCert, result.size - 2)) {
              return result // The self-signed cert is a root CA. We're done.
            }
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 4.8K bytes
    - Viewed (0)
  2. architecture/security/docs/overview.dot

    digraph { envoy -> sds [dir=both, label="SDS"] envoy -> xdsproxy [dir=both, label="ADS"] sds -> ca [label="CSR"] xdsproxy -> discovery [dir=both,label="ADS"] envoy [shape=hexagon, color=purple] subgraph cluster_istioagent { label = "Istio Agent" color="orange" sds xdsproxy } subgraph cluster_istiod { label = "Istiod" color="lightblue" ca discovery } }...
    MS Word
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Aug 25 00:43:58 GMT 2023
    - 460 bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsElevateWordCB.java

    import org.codelibs.fess.es.config.bsentity.dbmeta.ElevateWordDbm;
    import org.codelibs.fess.es.config.cbean.ElevateWordCB;
    import org.codelibs.fess.es.config.cbean.ca.ElevateWordCA;
    import org.codelibs.fess.es.config.cbean.ca.bs.BsElevateWordCA;
    import org.codelibs.fess.es.config.cbean.cq.ElevateWordCQ;
    import org.codelibs.fess.es.config.cbean.cq.bs.BsElevateWordCQ;
    import org.dbflute.cbean.ConditionQuery;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileAuthenticationCB.java

    import org.codelibs.fess.es.config.bsentity.dbmeta.FileAuthenticationDbm;
    import org.codelibs.fess.es.config.cbean.FileAuthenticationCB;
    import org.codelibs.fess.es.config.cbean.ca.FileAuthenticationCA;
    import org.codelibs.fess.es.config.cbean.ca.bs.BsFileAuthenticationCA;
    import org.codelibs.fess.es.config.cbean.cq.FileAuthenticationCQ;
    import org.codelibs.fess.es.config.cbean.cq.bs.BsFileAuthenticationCQ;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsAccessTokenCB.java

    import org.codelibs.fess.es.config.bsentity.dbmeta.AccessTokenDbm;
    import org.codelibs.fess.es.config.cbean.AccessTokenCB;
    import org.codelibs.fess.es.config.cbean.ca.AccessTokenCA;
    import org.codelibs.fess.es.config.cbean.ca.bs.BsAccessTokenCA;
    import org.codelibs.fess.es.config.cbean.cq.AccessTokenCQ;
    import org.codelibs.fess.es.config.cbean.cq.bs.BsAccessTokenCQ;
    import org.dbflute.cbean.ConditionQuery;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.1K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsLabelTypeCB.java

    import org.codelibs.fess.es.config.bsentity.dbmeta.LabelTypeDbm;
    import org.codelibs.fess.es.config.cbean.LabelTypeCB;
    import org.codelibs.fess.es.config.cbean.ca.LabelTypeCA;
    import org.codelibs.fess.es.config.cbean.ca.bs.BsLabelTypeCA;
    import org.codelibs.fess.es.config.cbean.cq.LabelTypeCQ;
    import org.codelibs.fess.es.config.cbean.cq.bs.BsLabelTypeCQ;
    import org.dbflute.cbean.ConditionQuery;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.2K bytes
    - Viewed (0)
  7. okhttp/src/main/kotlin/okhttp3/internal/tls/CertificateChainCleaner.kt

     * certificate is signed by the certificate that follows, and the last certificate is a trusted CA
     * certificate.
     *
     * Use of the chain cleaner is necessary to omit unexpected certificates that aren't relevant to
     * the TLS handshake and to extract the trusted CA certificate for the benefit of certificate
     * pinning.
     */
    abstract class CertificateChainCleaner {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 2K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionAggregation.java

             * @param op The option of condition to be set up. (NotNull)
             */
            void callback(OP op);
        }
    
        @FunctionalInterface
        public interface OperatorCall<CA extends EsAbstractConditionAggregation> {
    
            void callback(CA query);
        }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 12.4K bytes
    - Viewed (0)
  9. manifests/charts/istiod-remote/files/injection-template.yaml

      {{- if eq .Values.global.pilotCertProvider "istiod" }}
      - name: istiod-ca-cert
        configMap:
          name: istio-ca-root-cert
      {{- end }}
      {{- if eq .Values.global.pilotCertProvider "kubernetes" }}
      - name: kube-ca-cert
        configMap:
          name: kube-root-ca.crt
      {{- end }}
      {{- if .Values.global.mountMtlsCerts }}
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Apr 26 16:51:17 GMT 2024
    - 23.7K bytes
    - Viewed (0)
  10. manifests/charts/istio-control/istio-discovery/files/injection-template.yaml

      {{- if eq .Values.global.pilotCertProvider "istiod" }}
      - name: istiod-ca-cert
        configMap:
          name: istio-ca-root-cert
      {{- end }}
      {{- if eq .Values.global.pilotCertProvider "kubernetes" }}
      - name: kube-ca-cert
        configMap:
          name: kube-root-ca.crt
      {{- end }}
      {{- if .Values.global.mountMtlsCerts }}
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Apr 26 16:51:17 GMT 2024
    - 23.7K bytes
    - Viewed (1)
Back to top