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-01 UTC."],[[["This webpage provides documentation for the `MtlsProvider` class, which is used for configuring mutual TLS (mTLS) in the transport with the default client certificate on the device."],["The latest version of `MtlsProvider` available is 2.63.1, and the page lists the documentation for multiple past versions of the class, starting from version 2.63.1 down to 2.7.1."],["`MtlsProvider` inherits members from the `java.lang.Object` class, and also provides its own methods such as `getKeyStore()`, `getMtlsEndpointUsagePolicy()`, and `useMtlsClientCertificate()`."],["The methods `getKeyStore()`, `getMtlsEndpointUsagePolicy()`, and `useMtlsClientCertificate()` allow users to retrieve the key store, retrieve the mTLS endpoint policy, and check if mTLS client certificates are in use respectively."]]],[]]