public static final class TLSProperties.CertificateProperties extends com.google.protobuf.GeneratedMessageV3 implements TLSProperties.CertificatePropertiesOrBuilder
envoy.data.accesslog.v3.TLSProperties.CertificateProperties| Modifier and Type | Class and Description |
|---|---|
static class |
TLSProperties.CertificateProperties.Builder
Protobuf type
envoy.data.accesslog.v3.TLSProperties.CertificateProperties |
static class |
TLSProperties.CertificateProperties.SubjectAltName
Protobuf type
envoy.data.accesslog.v3.TLSProperties.CertificateProperties.SubjectAltName |
static interface |
TLSProperties.CertificateProperties.SubjectAltNameOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
SUBJECT_ALT_NAME_FIELD_NUMBER |
static int |
SUBJECT_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SUBJECT_ALT_NAME_FIELD_NUMBER
public static final int SUBJECT_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<TLSProperties.CertificateProperties.SubjectAltName> getSubjectAltNameList()
SANs present in the certificate.
repeated .envoy.data.accesslog.v3.TLSProperties.CertificateProperties.SubjectAltName subject_alt_name = 1;getSubjectAltNameList in interface TLSProperties.CertificatePropertiesOrBuilderpublic List<? extends TLSProperties.CertificateProperties.SubjectAltNameOrBuilder> getSubjectAltNameOrBuilderList()
SANs present in the certificate.
repeated .envoy.data.accesslog.v3.TLSProperties.CertificateProperties.SubjectAltName subject_alt_name = 1;getSubjectAltNameOrBuilderList in interface TLSProperties.CertificatePropertiesOrBuilderpublic int getSubjectAltNameCount()
SANs present in the certificate.
repeated .envoy.data.accesslog.v3.TLSProperties.CertificateProperties.SubjectAltName subject_alt_name = 1;getSubjectAltNameCount in interface TLSProperties.CertificatePropertiesOrBuilderpublic TLSProperties.CertificateProperties.SubjectAltName getSubjectAltName(int index)
SANs present in the certificate.
repeated .envoy.data.accesslog.v3.TLSProperties.CertificateProperties.SubjectAltName subject_alt_name = 1;getSubjectAltName in interface TLSProperties.CertificatePropertiesOrBuilderpublic TLSProperties.CertificateProperties.SubjectAltNameOrBuilder getSubjectAltNameOrBuilder(int index)
SANs present in the certificate.
repeated .envoy.data.accesslog.v3.TLSProperties.CertificateProperties.SubjectAltName subject_alt_name = 1;getSubjectAltNameOrBuilder in interface TLSProperties.CertificatePropertiesOrBuilderpublic String getSubject()
The subject field of the certificate.
string subject = 2;getSubject in interface TLSProperties.CertificatePropertiesOrBuilderpublic com.google.protobuf.ByteString getSubjectBytes()
The subject field of the certificate.
string subject = 2;getSubjectBytes in interface TLSProperties.CertificatePropertiesOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TLSProperties.CertificateProperties parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TLSProperties.CertificateProperties parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TLSProperties.CertificateProperties parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TLSProperties.CertificateProperties parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TLSProperties.CertificateProperties parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TLSProperties.CertificateProperties parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TLSProperties.CertificateProperties parseFrom(InputStream input) throws IOException
IOExceptionpublic static TLSProperties.CertificateProperties parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TLSProperties.CertificateProperties parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TLSProperties.CertificateProperties parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TLSProperties.CertificateProperties parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TLSProperties.CertificateProperties parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TLSProperties.CertificateProperties.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TLSProperties.CertificateProperties.Builder newBuilder()
public static TLSProperties.CertificateProperties.Builder newBuilder(TLSProperties.CertificateProperties prototype)
public TLSProperties.CertificateProperties.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TLSProperties.CertificateProperties.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TLSProperties.CertificateProperties getDefaultInstance()
public static com.google.protobuf.Parser<TLSProperties.CertificateProperties> parser()
public com.google.protobuf.Parser<TLSProperties.CertificateProperties> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TLSProperties.CertificateProperties getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.