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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This webpage details the `MtlsProvider` class, which is used to configure mutual TLS in the transport using the default client certificate on a device."],["The latest version of `MtlsProvider` is 2.63.1, and the page provides documentation for various versions of the class, ranging from 2.7.1 up to the latest."],["`MtlsProvider` allows developers to retrieve the mutual TLS key store using the `getKeyStore()` method, which uses the default client certificate on the device, and may throw an IOException."],["The `getMtlsEndpointUsagePolicy()` method allows for the retrieval of the current mutual TLS endpoint usage policy, and `useMtlsClientCertificate()` checks if the mutual TLS client certificate should be used."],["The library that `MtlsProvider` is a part of, is currently in pre-GA and may have limited support, as well as the possibility of having breaking changes."]]],[]]