程序包 istio.v1.auth

接口 Ca.IstioCertificateResponseOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      String getCertChain​(int index)
      PEM-encoded certificate chain.
      com.google.protobuf.ByteString getCertChainBytes​(int index)
      PEM-encoded certificate chain.
      int getCertChainCount()
      PEM-encoded certificate chain.
      List<String> getCertChainList()
      PEM-encoded certificate chain.
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

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

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

      • getCertChainList

        List<String> getCertChainList()
         PEM-encoded certificate chain.
         The leaf cert is the first element, and the root cert is the last element.
         
        repeated string cert_chain = 1;
      • getCertChainCount

        int getCertChainCount()
         PEM-encoded certificate chain.
         The leaf cert is the first element, and the root cert is the last element.
         
        repeated string cert_chain = 1;
      • getCertChain

        String getCertChain​(int index)
         PEM-encoded certificate chain.
         The leaf cert is the first element, and the root cert is the last element.
         
        repeated string cert_chain = 1;
      • getCertChainBytes

        com.google.protobuf.ByteString getCertChainBytes​(int index)
         PEM-encoded certificate chain.
         The leaf cert is the first element, and the root cert is the last element.
         
        repeated string cert_chain = 1;