程序包 istio.v1.auth
接口 Ca.IstioCertificateRequestOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Ca
public static interface Ca.IstioCertificateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetCsr()PEM-encoded certificate request.com.google.protobuf.ByteStringgetCsrBytes()PEM-encoded certificate request.com.google.protobuf.StructgetMetadata()$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.com.google.protobuf.StructOrBuildergetMetadataOrBuilder()$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.longgetValidityDuration()Optional: requested certificate validity period, in seconds.booleanhasMetadata()$hide_from_docs Optional: Opaque metadata provided by the XDS node to Istio.
-
-
-
方法详细资料
-
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;
-
-