Interface DownstreamTlsContextOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DownstreamTlsContext, DownstreamTlsContext.Builder

    public interface DownstreamTlsContextOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasCommonTlsContext

        boolean hasCommonTlsContext()
         Common TLS context settings.
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext common_tls_context = 1;
      • getCommonTlsContext

        CommonTlsContext getCommonTlsContext()
         Common TLS context settings.
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext common_tls_context = 1;
      • getCommonTlsContextOrBuilder

        CommonTlsContextOrBuilder getCommonTlsContextOrBuilder()
         Common TLS context settings.
         
        .envoy.extensions.transport_sockets.tls.v3.CommonTlsContext common_tls_context = 1;
      • hasRequireClientCertificate

        boolean hasRequireClientCertificate()
         If specified, Envoy will reject connections without a valid client
         certificate.
         
        .google.protobuf.BoolValue require_client_certificate = 2;
      • getRequireClientCertificate

        com.google.protobuf.BoolValue getRequireClientCertificate()
         If specified, Envoy will reject connections without a valid client
         certificate.
         
        .google.protobuf.BoolValue require_client_certificate = 2;
      • getRequireClientCertificateOrBuilder

        com.google.protobuf.BoolValueOrBuilder getRequireClientCertificateOrBuilder()
         If specified, Envoy will reject connections without a valid client
         certificate.
         
        .google.protobuf.BoolValue require_client_certificate = 2;
      • hasRequireSni

        boolean hasRequireSni()
         If specified, Envoy will reject connections without a valid and matching SNI.
         [#not-implemented-hide:]
         
        .google.protobuf.BoolValue require_sni = 3;
      • getRequireSni

        com.google.protobuf.BoolValue getRequireSni()
         If specified, Envoy will reject connections without a valid and matching SNI.
         [#not-implemented-hide:]
         
        .google.protobuf.BoolValue require_sni = 3;
      • getRequireSniOrBuilder

        com.google.protobuf.BoolValueOrBuilder getRequireSniOrBuilder()
         If specified, Envoy will reject connections without a valid and matching SNI.
         [#not-implemented-hide:]
         
        .google.protobuf.BoolValue require_sni = 3;
      • hasSessionTicketKeys

        boolean hasSessionTicketKeys()
         TLS session ticket key settings.
         
        .envoy.extensions.transport_sockets.tls.v3.TlsSessionTicketKeys session_ticket_keys = 4;
      • getSessionTicketKeys

        TlsSessionTicketKeys getSessionTicketKeys()
         TLS session ticket key settings.
         
        .envoy.extensions.transport_sockets.tls.v3.TlsSessionTicketKeys session_ticket_keys = 4;
      • getSessionTicketKeysOrBuilder

        TlsSessionTicketKeysOrBuilder getSessionTicketKeysOrBuilder()
         TLS session ticket key settings.
         
        .envoy.extensions.transport_sockets.tls.v3.TlsSessionTicketKeys session_ticket_keys = 4;
      • hasSessionTicketKeysSdsSecretConfig

        boolean hasSessionTicketKeysSdsSecretConfig()
         Config for fetching TLS session ticket keys via SDS API.
         
        .envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig session_ticket_keys_sds_secret_config = 5;
      • getSessionTicketKeysSdsSecretConfig

        SdsSecretConfig getSessionTicketKeysSdsSecretConfig()
         Config for fetching TLS session ticket keys via SDS API.
         
        .envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig session_ticket_keys_sds_secret_config = 5;
      • getSessionTicketKeysSdsSecretConfigOrBuilder

        SdsSecretConfigOrBuilder getSessionTicketKeysSdsSecretConfigOrBuilder()
         Config for fetching TLS session ticket keys via SDS API.
         
        .envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig session_ticket_keys_sds_secret_config = 5;
      • getDisableStatelessSessionResumption

        boolean getDisableStatelessSessionResumption()
         Config for controlling stateless TLS session resumption: setting this to true will cause the TLS
         server to not issue TLS session tickets for the purposes of stateless TLS session resumption.
         If set to false, the TLS server will issue TLS session tickets and encrypt/decrypt them using
         the keys specified through either :ref:`session_ticket_keys <envoy_v3_api_field_extensions.transport_sockets.tls.v3.DownstreamTlsContext.session_ticket_keys>`
         or :ref:`session_ticket_keys_sds_secret_config <envoy_v3_api_field_extensions.transport_sockets.tls.v3.DownstreamTlsContext.session_ticket_keys_sds_secret_config>`.
         If this config is set to false and no keys are explicitly configured, the TLS server will issue
         TLS session tickets and encrypt/decrypt them using an internally-generated and managed key, with the
         implication that sessions cannot be resumed across hot restarts or on different hosts.
         
        bool disable_stateless_session_resumption = 7;
      • hasSessionTimeout

        boolean hasSessionTimeout()
         If specified, ``session_timeout`` will change the maximum lifetime (in seconds) of the TLS session.
         Currently this value is used as a hint for the `TLS session ticket lifetime (for TLSv1.2) <https://tools.ietf.org/html/rfc5077#section-5.6>`_.
         Only seconds can be specified (fractional seconds are ignored).
         
        .google.protobuf.Duration session_timeout = 6 [(.validate.rules) = { ... }
      • getSessionTimeout

        com.google.protobuf.Duration getSessionTimeout()
         If specified, ``session_timeout`` will change the maximum lifetime (in seconds) of the TLS session.
         Currently this value is used as a hint for the `TLS session ticket lifetime (for TLSv1.2) <https://tools.ietf.org/html/rfc5077#section-5.6>`_.
         Only seconds can be specified (fractional seconds are ignored).
         
        .google.protobuf.Duration session_timeout = 6 [(.validate.rules) = { ... }
      • getSessionTimeoutOrBuilder

        com.google.protobuf.DurationOrBuilder getSessionTimeoutOrBuilder()
         If specified, ``session_timeout`` will change the maximum lifetime (in seconds) of the TLS session.
         Currently this value is used as a hint for the `TLS session ticket lifetime (for TLSv1.2) <https://tools.ietf.org/html/rfc5077#section-5.6>`_.
         Only seconds can be specified (fractional seconds are ignored).
         
        .google.protobuf.Duration session_timeout = 6 [(.validate.rules) = { ... }
      • getOcspStaplePolicyValue

        int getOcspStaplePolicyValue()
         Config for whether to use certificates if they do not have
         an accompanying OCSP response or if the response expires at runtime.
         Defaults to LENIENT_STAPLING
         
        .envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext.OcspStaplePolicy ocsp_staple_policy = 8 [(.validate.rules) = { ... }
      • getOcspStaplePolicy

        DownstreamTlsContext.OcspStaplePolicy getOcspStaplePolicy()
         Config for whether to use certificates if they do not have
         an accompanying OCSP response or if the response expires at runtime.
         Defaults to LENIENT_STAPLING
         
        .envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext.OcspStaplePolicy ocsp_staple_policy = 8 [(.validate.rules) = { ... }