Uses of Enum
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext.OcspStaplePolicy
Packages that use DownstreamTlsContext.OcspStaplePolicy
-
Uses of DownstreamTlsContext.OcspStaplePolicy in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 declared as DownstreamTlsContext.OcspStaplePolicyModifier and TypeFieldDescriptionprivate static final DownstreamTlsContext.OcspStaplePolicy[]
DownstreamTlsContext.OcspStaplePolicy.VALUES
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type DownstreamTlsContext.OcspStaplePolicyModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<DownstreamTlsContext.OcspStaplePolicy> DownstreamTlsContext.OcspStaplePolicy.internalValueMap
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return DownstreamTlsContext.OcspStaplePolicyModifier and TypeMethodDescriptionDownstreamTlsContext.OcspStaplePolicy.forNumber
(int value) DownstreamTlsContext.Builder.getOcspStaplePolicy()
Config for whether to use certificates if they do not have an accompanying OCSP response or if the response expires at runtime.DownstreamTlsContext.getOcspStaplePolicy()
Config for whether to use certificates if they do not have an accompanying OCSP response or if the response expires at runtime.DownstreamTlsContextOrBuilder.getOcspStaplePolicy()
Config for whether to use certificates if they do not have an accompanying OCSP response or if the response expires at runtime.DownstreamTlsContext.OcspStaplePolicy.valueOf
(int value) Deprecated.DownstreamTlsContext.OcspStaplePolicy.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.DownstreamTlsContext.OcspStaplePolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type DownstreamTlsContext.OcspStaplePolicyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<DownstreamTlsContext.OcspStaplePolicy> DownstreamTlsContext.OcspStaplePolicy.internalGetValueMap()
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type DownstreamTlsContext.OcspStaplePolicyModifier and TypeMethodDescriptionDownstreamTlsContext.Builder.setOcspStaplePolicy
(DownstreamTlsContext.OcspStaplePolicy value) Config for whether to use certificates if they do not have an accompanying OCSP response or if the response expires at runtime.