Returns if mutual TLS client certificate should be used. If the value is true, the key store
from #getKeyStore() will be used to configure mutual TLS transport.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `MtlsProvider` class, which is essential for configuring mutual TLS in the transport layer using the default client certificate."],["The latest version of the `MtlsProvider` is 2.63.1, and the page provides links to documentation for a multitude of previous versions, starting from version 2.63.1 down to 2.7.1."],["The `MtlsProvider` class inherits methods from the `java.lang.Object` class, and it includes a constructor and three main methods: `getKeyStore()`, `getMtlsEndpointUsagePolicy()`, and `useMtlsClientCertificate()`."],["`getKeyStore()` is used to obtain the mutual TLS key store associated with the default client certificate and can potentially throw an IOException, `getMtlsEndpointUsagePolicy()` is used to show the current policy, and `useMtlsClientCertificate()` to check if one should be used."]]],[]]