Interface TLSProperties.CertificatePropertiesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TLSProperties.CertificateProperties
,TLSProperties.CertificateProperties.Builder
- Enclosing class:
TLSProperties
public static interface TLSProperties.CertificatePropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe issuer field of the certificate.com.google.protobuf.ByteString
The issuer field of the certificate.The subject field of the certificate.getSubjectAltName
(int index) SANs present in the certificate.int
SANs present in the certificate.SANs present in the certificate.getSubjectAltNameOrBuilder
(int index) SANs present in the certificate.SANs present in the certificate.com.google.protobuf.ByteString
The subject field of the certificate.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSubjectAltNameList
List<TLSProperties.CertificateProperties.SubjectAltName> getSubjectAltNameList()SANs present in the certificate.
repeated .envoy.data.accesslog.v3.TLSProperties.CertificateProperties.SubjectAltName subject_alt_name = 1;
-
getSubjectAltName
SANs present in the certificate.
repeated .envoy.data.accesslog.v3.TLSProperties.CertificateProperties.SubjectAltName subject_alt_name = 1;
-
getSubjectAltNameCount
int getSubjectAltNameCount()SANs present in the certificate.
repeated .envoy.data.accesslog.v3.TLSProperties.CertificateProperties.SubjectAltName subject_alt_name = 1;
-
getSubjectAltNameOrBuilderList
List<? extends TLSProperties.CertificateProperties.SubjectAltNameOrBuilder> getSubjectAltNameOrBuilderList()SANs present in the certificate.
repeated .envoy.data.accesslog.v3.TLSProperties.CertificateProperties.SubjectAltName subject_alt_name = 1;
-
getSubjectAltNameOrBuilder
SANs present in the certificate.
repeated .envoy.data.accesslog.v3.TLSProperties.CertificateProperties.SubjectAltName subject_alt_name = 1;
-
getSubject
String getSubject()The subject field of the certificate.
string subject = 2;
- Returns:
- The subject.
-
getSubjectBytes
com.google.protobuf.ByteString getSubjectBytes()The subject field of the certificate.
string subject = 2;
- Returns:
- The bytes for subject.
-
getIssuer
String getIssuer()The issuer field of the certificate.
string issuer = 3;
- Returns:
- The issuer.
-
getIssuerBytes
com.google.protobuf.ByteString getIssuerBytes()The issuer field of the certificate.
string issuer = 3;
- Returns:
- The bytes for issuer.
-