Uses of Enum
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.TlsParameters.CompliancePolicy
Packages that use TlsParameters.CompliancePolicy
-
Uses of TlsParameters.CompliancePolicy in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return TlsParameters.CompliancePolicyModifier and TypeMethodDescriptionTlsParameters.CompliancePolicy.forNumber(int value) TlsParameters.Builder.getCompliancePolicies(int index) Compliance policies configure various aspects of the TLS based on the given policy.TlsParameters.getCompliancePolicies(int index) Compliance policies configure various aspects of the TLS based on the given policy.TlsParametersOrBuilder.getCompliancePolicies(int index) Compliance policies configure various aspects of the TLS based on the given policy.TlsParameters.CompliancePolicy.valueOf(int value) Deprecated.TlsParameters.CompliancePolicy.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.static TlsParameters.CompliancePolicy[]TlsParameters.CompliancePolicy.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 TlsParameters.CompliancePolicyModifier and TypeMethodDescriptionTlsParameters.Builder.getCompliancePoliciesList()Compliance policies configure various aspects of the TLS based on the given policy.TlsParameters.getCompliancePoliciesList()Compliance policies configure various aspects of the TLS based on the given policy.TlsParametersOrBuilder.getCompliancePoliciesList()Compliance policies configure various aspects of the TLS based on the given policy.static com.google.protobuf.Internal.EnumLiteMap<TlsParameters.CompliancePolicy>TlsParameters.CompliancePolicy.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type TlsParameters.CompliancePolicyModifier and TypeMethodDescriptionTlsParameters.Builder.addCompliancePolicies(TlsParameters.CompliancePolicy value) Compliance policies configure various aspects of the TLS based on the given policy.TlsParameters.Builder.setCompliancePolicies(int index, TlsParameters.CompliancePolicy value) Compliance policies configure various aspects of the TLS based on the given policy.Method parameters in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type arguments of type TlsParameters.CompliancePolicyModifier and TypeMethodDescriptionTlsParameters.Builder.addAllCompliancePolicies(Iterable<? extends TlsParameters.CompliancePolicy> values) Compliance policies configure various aspects of the TLS based on the given policy.