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 (mTLS) in the transport with the default client certificate on a device."],["The page lists multiple versions of the `MtlsProvider` class, ranging from version 2.63.1 (latest) down to version 2.7.1, allowing users to access the documentation for different releases."],["The `MtlsProvider` class, which inherits from `java.lang.Object`, includes methods like `getKeyStore()`, `getMtlsEndpointUsagePolicy()`, and `useMtlsClientCertificate()` to manage mTLS configurations."],["The `getKeyStore()` method returns the mTLS key store created with the default client certificate, and can throw an `IOException`, while the `getMtlsEndpointUsagePolicy()` gets the current mTLS endpoint usage policy."],["The method `useMtlsClientCertificate()` indicates whether a mTLS client certificate should be used, and if it returns true, the key store obtained from `getKeyStore()` will configure the mTLS transport."]]],[]]