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-04-09 UTC."],[[["This webpage provides documentation for the `MtlsProvider` class, which is used for configuring mutual TLS in transport with the default client certificate on a device."],["The latest version documented is 2.63.1, and the page lists numerous previous versions, from 2.62.0 down to 2.7.1, each with its own link to specific documentation."],["The `MtlsProvider` class inherits from `java.lang.Object` and includes methods like `getKeyStore()`, `getMtlsEndpointUsagePolicy()`, and `useMtlsClientCertificate()` for managing TLS configurations."],["`getKeyStore()` returns the key store created with the default client certificate on the device and could throw an IOException, `getMtlsEndpointUsagePolicy()` returns the mutual TLS endpoint usage policy, and `useMtlsClientCertificate()` returns if a mutual TLS client certificate should be used."]]],[]]