public static final class Cert.CertificateValidationContext extends com.google.protobuf.GeneratedMessageV3 implements Cert.CertificateValidationContextOrBuilder
envoy.api.v2.auth.CertificateValidationContext| Modifier and Type | Class and Description |
|---|---|
static class |
Cert.CertificateValidationContext.Builder
Protobuf type
envoy.api.v2.auth.CertificateValidationContext |
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| Modifier and Type | Field and Description |
|---|---|
static int |
CRL_FIELD_NUMBER |
static int |
REQUIRE_OCSP_STAPLE_FIELD_NUMBER |
static int |
REQUIRE_SIGNED_CERTIFICATE_TIMESTAMP_FIELD_NUMBER |
static int |
TRUSTED_CA_FIELD_NUMBER |
static int |
VERIFY_CERTIFICATE_HASH_FIELD_NUMBER |
static int |
VERIFY_SPKI_SHA256_FIELD_NUMBER |
static int |
VERIFY_SUBJECT_ALT_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Base.DataSource |
getCrl()
An optional `certificate revocation list
<http://https://en.wikipedia.org/wiki/Certificate_revocation_list>`_
(in PEM format).
|
Base.DataSourceOrBuilder |
getCrlOrBuilder()
An optional `certificate revocation list
<http://https://en.wikipedia.org/wiki/Certificate_revocation_list>`_
(in PEM format).
|
static Cert.CertificateValidationContext |
getDefaultInstance() |
Cert.CertificateValidationContext |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Cert.CertificateValidationContext> |
getParserForType() |
com.google.protobuf.BoolValue |
getRequireOcspStaple()
[#not-implemented-hide:] Must present a signed time-stamped OCSP response.
|
com.google.protobuf.BoolValueOrBuilder |
getRequireOcspStapleOrBuilder()
[#not-implemented-hide:] Must present a signed time-stamped OCSP response.
|
com.google.protobuf.BoolValue |
getRequireSignedCertificateTimestamp()
[#not-implemented-hide:] Must present signed certificate time-stamp.
|
com.google.protobuf.BoolValueOrBuilder |
getRequireSignedCertificateTimestampOrBuilder()
[#not-implemented-hide:] Must present signed certificate time-stamp.
|
int |
getSerializedSize() |
Base.DataSource |
getTrustedCa()
TLS certificate data containing certificate authority certificates to use in verifying
a presented peer certificate (e.g. server certificate for clusters or client certificate
for listeners).
|
Base.DataSourceOrBuilder |
getTrustedCaOrBuilder()
TLS certificate data containing certificate authority certificates to use in verifying
a presented peer certificate (e.g. server certificate for clusters or client certificate
for listeners).
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVerifyCertificateHash(int index)
If specified, Envoy will verify (pin) the hex-encoded SHA-256 fingerprint of
the presented certificate.
|
com.google.protobuf.ByteString |
getVerifyCertificateHashBytes(int index)
If specified, Envoy will verify (pin) the hex-encoded SHA-256 fingerprint of
the presented certificate.
|
int |
getVerifyCertificateHashCount()
If specified, Envoy will verify (pin) the hex-encoded SHA-256 fingerprint of
the presented certificate.
|
com.google.protobuf.ProtocolStringList |
getVerifyCertificateHashList()
If specified, Envoy will verify (pin) the hex-encoded SHA-256 fingerprint of
the presented certificate.
|
String |
getVerifySpkiSha256(int index)
If specified, Envoy will verify (pin) base64-encoded SHA-256 hash of
the Subject Public Key Information (SPKI) of the presented certificate.
|
com.google.protobuf.ByteString |
getVerifySpkiSha256Bytes(int index)
If specified, Envoy will verify (pin) base64-encoded SHA-256 hash of
the Subject Public Key Information (SPKI) of the presented certificate.
|
int |
getVerifySpkiSha256Count()
If specified, Envoy will verify (pin) base64-encoded SHA-256 hash of
the Subject Public Key Information (SPKI) of the presented certificate.
|
com.google.protobuf.ProtocolStringList |
getVerifySpkiSha256List()
If specified, Envoy will verify (pin) base64-encoded SHA-256 hash of
the Subject Public Key Information (SPKI) of the presented certificate.
|
String |
getVerifySubjectAltName(int index)
An optional list of subject alternative names.
|
com.google.protobuf.ByteString |
getVerifySubjectAltNameBytes(int index)
An optional list of subject alternative names.
|
int |
getVerifySubjectAltNameCount()
An optional list of subject alternative names.
|
com.google.protobuf.ProtocolStringList |
getVerifySubjectAltNameList()
An optional list of subject alternative names.
|
boolean |
hasCrl()
An optional `certificate revocation list
<http://https://en.wikipedia.org/wiki/Certificate_revocation_list>`_
(in PEM format).
|
int |
hashCode() |
boolean |
hasRequireOcspStaple()
[#not-implemented-hide:] Must present a signed time-stamped OCSP response.
|
boolean |
hasRequireSignedCertificateTimestamp()
[#not-implemented-hide:] Must present signed certificate time-stamp.
|
boolean |
hasTrustedCa()
TLS certificate data containing certificate authority certificates to use in verifying
a presented peer certificate (e.g. server certificate for clusters or client certificate
for listeners).
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Cert.CertificateValidationContext.Builder |
newBuilder() |
static Cert.CertificateValidationContext.Builder |
newBuilder(Cert.CertificateValidationContext prototype) |
Cert.CertificateValidationContext.Builder |
newBuilderForType() |
protected Cert.CertificateValidationContext.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Cert.CertificateValidationContext |
parseDelimitedFrom(InputStream input) |
static Cert.CertificateValidationContext |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cert.CertificateValidationContext |
parseFrom(byte[] data) |
static Cert.CertificateValidationContext |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cert.CertificateValidationContext |
parseFrom(ByteBuffer data) |
static Cert.CertificateValidationContext |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cert.CertificateValidationContext |
parseFrom(com.google.protobuf.ByteString data) |
static Cert.CertificateValidationContext |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cert.CertificateValidationContext |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Cert.CertificateValidationContext |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cert.CertificateValidationContext |
parseFrom(InputStream input) |
static Cert.CertificateValidationContext |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Cert.CertificateValidationContext> |
parser() |
Cert.CertificateValidationContext.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, 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 TRUSTED_CA_FIELD_NUMBER
public static final int VERIFY_CERTIFICATE_HASH_FIELD_NUMBER
public static final int VERIFY_SPKI_SHA256_FIELD_NUMBER
public static final int VERIFY_SUBJECT_ALT_NAME_FIELD_NUMBER
public static final int REQUIRE_OCSP_STAPLE_FIELD_NUMBER
public static final int REQUIRE_SIGNED_CERTIFICATE_TIMESTAMP_FIELD_NUMBER
public static final int CRL_FIELD_NUMBER
public 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 boolean hasTrustedCa()
TLS certificate data containing certificate authority certificates to use in verifying a presented peer certificate (e.g. server certificate for clusters or client certificate for listeners). If not specified and a peer certificate is presented it will not be verified. By default, a client certificate is optional, unless one of the additional options (:ref:`require_client_certificate <envoy_api_field_auth.DownstreamTlsContext.require_client_certificate>`, :ref:`verify_certificate_hash <envoy_api_field_auth.CertificateValidationContext.verify_certificate_hash>`, or :ref:`verify_subject_alt_name <envoy_api_field_auth.CertificateValidationContext.verify_subject_alt_name>`) is also specified. See :ref:`the TLS overview <arch_overview_ssl_enabling_verification>` for a list of common system CA locations.
.envoy.api.v2.core.DataSource trusted_ca = 1;hasTrustedCa in interface Cert.CertificateValidationContextOrBuilderpublic Base.DataSource getTrustedCa()
TLS certificate data containing certificate authority certificates to use in verifying a presented peer certificate (e.g. server certificate for clusters or client certificate for listeners). If not specified and a peer certificate is presented it will not be verified. By default, a client certificate is optional, unless one of the additional options (:ref:`require_client_certificate <envoy_api_field_auth.DownstreamTlsContext.require_client_certificate>`, :ref:`verify_certificate_hash <envoy_api_field_auth.CertificateValidationContext.verify_certificate_hash>`, or :ref:`verify_subject_alt_name <envoy_api_field_auth.CertificateValidationContext.verify_subject_alt_name>`) is also specified. See :ref:`the TLS overview <arch_overview_ssl_enabling_verification>` for a list of common system CA locations.
.envoy.api.v2.core.DataSource trusted_ca = 1;getTrustedCa in interface Cert.CertificateValidationContextOrBuilderpublic Base.DataSourceOrBuilder getTrustedCaOrBuilder()
TLS certificate data containing certificate authority certificates to use in verifying a presented peer certificate (e.g. server certificate for clusters or client certificate for listeners). If not specified and a peer certificate is presented it will not be verified. By default, a client certificate is optional, unless one of the additional options (:ref:`require_client_certificate <envoy_api_field_auth.DownstreamTlsContext.require_client_certificate>`, :ref:`verify_certificate_hash <envoy_api_field_auth.CertificateValidationContext.verify_certificate_hash>`, or :ref:`verify_subject_alt_name <envoy_api_field_auth.CertificateValidationContext.verify_subject_alt_name>`) is also specified. See :ref:`the TLS overview <arch_overview_ssl_enabling_verification>` for a list of common system CA locations.
.envoy.api.v2.core.DataSource trusted_ca = 1;getTrustedCaOrBuilder in interface Cert.CertificateValidationContextOrBuilderpublic com.google.protobuf.ProtocolStringList getVerifyCertificateHashList()
If specified, Envoy will verify (pin) the hex-encoded SHA-256 fingerprint of the presented certificate. For example, ``openssl`` can produce a SHA-256 fingerprint of an x509 certificate with the following command: .. code-block:: bash $ openssl x509 -in path/to/client.crt -noout -fingerprint -sha256
repeated string verify_certificate_hash = 2;getVerifyCertificateHashList in interface Cert.CertificateValidationContextOrBuilderpublic int getVerifyCertificateHashCount()
If specified, Envoy will verify (pin) the hex-encoded SHA-256 fingerprint of the presented certificate. For example, ``openssl`` can produce a SHA-256 fingerprint of an x509 certificate with the following command: .. code-block:: bash $ openssl x509 -in path/to/client.crt -noout -fingerprint -sha256
repeated string verify_certificate_hash = 2;getVerifyCertificateHashCount in interface Cert.CertificateValidationContextOrBuilderpublic String getVerifyCertificateHash(int index)
If specified, Envoy will verify (pin) the hex-encoded SHA-256 fingerprint of the presented certificate. For example, ``openssl`` can produce a SHA-256 fingerprint of an x509 certificate with the following command: .. code-block:: bash $ openssl x509 -in path/to/client.crt -noout -fingerprint -sha256
repeated string verify_certificate_hash = 2;getVerifyCertificateHash in interface Cert.CertificateValidationContextOrBuilderpublic com.google.protobuf.ByteString getVerifyCertificateHashBytes(int index)
If specified, Envoy will verify (pin) the hex-encoded SHA-256 fingerprint of the presented certificate. For example, ``openssl`` can produce a SHA-256 fingerprint of an x509 certificate with the following command: .. code-block:: bash $ openssl x509 -in path/to/client.crt -noout -fingerprint -sha256
repeated string verify_certificate_hash = 2;getVerifyCertificateHashBytes in interface Cert.CertificateValidationContextOrBuilderpublic com.google.protobuf.ProtocolStringList getVerifySpkiSha256List()
If specified, Envoy will verify (pin) base64-encoded SHA-256 hash of the Subject Public Key Information (SPKI) of the presented certificate. This is the same format as used in HTTP Public Key Pinning. [#not-implemented-hide:]
repeated string verify_spki_sha256 = 3;getVerifySpkiSha256List in interface Cert.CertificateValidationContextOrBuilderpublic int getVerifySpkiSha256Count()
If specified, Envoy will verify (pin) base64-encoded SHA-256 hash of the Subject Public Key Information (SPKI) of the presented certificate. This is the same format as used in HTTP Public Key Pinning. [#not-implemented-hide:]
repeated string verify_spki_sha256 = 3;getVerifySpkiSha256Count in interface Cert.CertificateValidationContextOrBuilderpublic String getVerifySpkiSha256(int index)
If specified, Envoy will verify (pin) base64-encoded SHA-256 hash of the Subject Public Key Information (SPKI) of the presented certificate. This is the same format as used in HTTP Public Key Pinning. [#not-implemented-hide:]
repeated string verify_spki_sha256 = 3;getVerifySpkiSha256 in interface Cert.CertificateValidationContextOrBuilderpublic com.google.protobuf.ByteString getVerifySpkiSha256Bytes(int index)
If specified, Envoy will verify (pin) base64-encoded SHA-256 hash of the Subject Public Key Information (SPKI) of the presented certificate. This is the same format as used in HTTP Public Key Pinning. [#not-implemented-hide:]
repeated string verify_spki_sha256 = 3;getVerifySpkiSha256Bytes in interface Cert.CertificateValidationContextOrBuilderpublic com.google.protobuf.ProtocolStringList getVerifySubjectAltNameList()
An optional list of subject alternative names. If specified, Envoy will verify that the certificate’s subject alternative name matches one of the specified values.
repeated string verify_subject_alt_name = 4;getVerifySubjectAltNameList in interface Cert.CertificateValidationContextOrBuilderpublic int getVerifySubjectAltNameCount()
An optional list of subject alternative names. If specified, Envoy will verify that the certificate’s subject alternative name matches one of the specified values.
repeated string verify_subject_alt_name = 4;getVerifySubjectAltNameCount in interface Cert.CertificateValidationContextOrBuilderpublic String getVerifySubjectAltName(int index)
An optional list of subject alternative names. If specified, Envoy will verify that the certificate’s subject alternative name matches one of the specified values.
repeated string verify_subject_alt_name = 4;getVerifySubjectAltName in interface Cert.CertificateValidationContextOrBuilderpublic com.google.protobuf.ByteString getVerifySubjectAltNameBytes(int index)
An optional list of subject alternative names. If specified, Envoy will verify that the certificate’s subject alternative name matches one of the specified values.
repeated string verify_subject_alt_name = 4;getVerifySubjectAltNameBytes in interface Cert.CertificateValidationContextOrBuilderpublic boolean hasRequireOcspStaple()
[#not-implemented-hide:] Must present a signed time-stamped OCSP response.
.google.protobuf.BoolValue require_ocsp_staple = 5;hasRequireOcspStaple in interface Cert.CertificateValidationContextOrBuilderpublic com.google.protobuf.BoolValue getRequireOcspStaple()
[#not-implemented-hide:] Must present a signed time-stamped OCSP response.
.google.protobuf.BoolValue require_ocsp_staple = 5;getRequireOcspStaple in interface Cert.CertificateValidationContextOrBuilderpublic com.google.protobuf.BoolValueOrBuilder getRequireOcspStapleOrBuilder()
[#not-implemented-hide:] Must present a signed time-stamped OCSP response.
.google.protobuf.BoolValue require_ocsp_staple = 5;getRequireOcspStapleOrBuilder in interface Cert.CertificateValidationContextOrBuilderpublic boolean hasRequireSignedCertificateTimestamp()
[#not-implemented-hide:] Must present signed certificate time-stamp.
.google.protobuf.BoolValue require_signed_certificate_timestamp = 6;hasRequireSignedCertificateTimestamp in interface Cert.CertificateValidationContextOrBuilderpublic com.google.protobuf.BoolValue getRequireSignedCertificateTimestamp()
[#not-implemented-hide:] Must present signed certificate time-stamp.
.google.protobuf.BoolValue require_signed_certificate_timestamp = 6;getRequireSignedCertificateTimestamp in interface Cert.CertificateValidationContextOrBuilderpublic com.google.protobuf.BoolValueOrBuilder getRequireSignedCertificateTimestampOrBuilder()
[#not-implemented-hide:] Must present signed certificate time-stamp.
.google.protobuf.BoolValue require_signed_certificate_timestamp = 6;getRequireSignedCertificateTimestampOrBuilder in interface Cert.CertificateValidationContextOrBuilderpublic boolean hasCrl()
An optional `certificate revocation list <http://https://en.wikipedia.org/wiki/Certificate_revocation_list>`_ (in PEM format). If specified, Envoy will verify that the presented peer certificate has not been revoked by this CRL. If this DataSource contains multiple CRLs, all of them will be used.
.envoy.api.v2.core.DataSource crl = 7;hasCrl in interface Cert.CertificateValidationContextOrBuilderpublic Base.DataSource getCrl()
An optional `certificate revocation list <http://https://en.wikipedia.org/wiki/Certificate_revocation_list>`_ (in PEM format). If specified, Envoy will verify that the presented peer certificate has not been revoked by this CRL. If this DataSource contains multiple CRLs, all of them will be used.
.envoy.api.v2.core.DataSource crl = 7;getCrl in interface Cert.CertificateValidationContextOrBuilderpublic Base.DataSourceOrBuilder getCrlOrBuilder()
An optional `certificate revocation list <http://https://en.wikipedia.org/wiki/Certificate_revocation_list>`_ (in PEM format). If specified, Envoy will verify that the presented peer certificate has not been revoked by this CRL. If this DataSource contains multiple CRLs, all of them will be used.
.envoy.api.v2.core.DataSource crl = 7;getCrlOrBuilder in interface Cert.CertificateValidationContextOrBuilderpublic 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 Cert.CertificateValidationContext parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cert.CertificateValidationContext parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cert.CertificateValidationContext parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cert.CertificateValidationContext parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cert.CertificateValidationContext parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cert.CertificateValidationContext parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Cert.CertificateValidationContext parseFrom(InputStream input) throws IOException
IOExceptionpublic static Cert.CertificateValidationContext parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Cert.CertificateValidationContext parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Cert.CertificateValidationContext parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Cert.CertificateValidationContext parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Cert.CertificateValidationContext parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Cert.CertificateValidationContext.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Cert.CertificateValidationContext.Builder newBuilder()
public static Cert.CertificateValidationContext.Builder newBuilder(Cert.CertificateValidationContext prototype)
public Cert.CertificateValidationContext.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Cert.CertificateValidationContext.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Cert.CertificateValidationContext getDefaultInstance()
public static com.google.protobuf.Parser<Cert.CertificateValidationContext> parser()
public com.google.protobuf.Parser<Cert.CertificateValidationContext> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Cert.CertificateValidationContext getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 The Envoy Project. All rights reserved.