程序包 istio.v1.auth

接口 Ca.IstioCertificateRequestOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      String getCsr()
      PEM-encoded certificate request.
      com.google.protobuf.ByteString getCsrBytes()
      PEM-encoded certificate request.
      com.google.protobuf.Struct getMetadata()
      $hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
      com.google.protobuf.StructOrBuilder getMetadataOrBuilder()
      $hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
      long getValidityDuration()
      Optional: requested certificate validity period, in seconds.
      boolean hasMetadata()
      $hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • getCsr

        String getCsr()
         PEM-encoded certificate request.
         The public key in the CSR is used to generate the certificate,
         and other fields in the generated certificate may be overwritten by the CA.
         
        string csr = 1;
      • getCsrBytes

        com.google.protobuf.ByteString getCsrBytes()
         PEM-encoded certificate request.
         The public key in the CSR is used to generate the certificate,
         and other fields in the generated certificate may be overwritten by the CA.
         
        string csr = 1;
      • getValidityDuration

        long getValidityDuration()
         Optional: requested certificate validity period, in seconds.
         
        int64 validity_duration = 3;
      • hasMetadata

        boolean hasMetadata()
         $hide_from_docs
         Optional: Opaque metadata provided by the XDS node to Istio.
         Supported metadata: WorkloadName, WorkloadIP, ClusterID
         
        .google.protobuf.Struct metadata = 4;
      • getMetadata

        com.google.protobuf.Struct getMetadata()
         $hide_from_docs
         Optional: Opaque metadata provided by the XDS node to Istio.
         Supported metadata: WorkloadName, WorkloadIP, ClusterID
         
        .google.protobuf.Struct metadata = 4;
      • getMetadataOrBuilder

        com.google.protobuf.StructOrBuilder getMetadataOrBuilder()
         $hide_from_docs
         Optional: Opaque metadata provided by the XDS node to Istio.
         Supported metadata: WorkloadName, WorkloadIP, ClusterID
         
        .google.protobuf.Struct metadata = 4;