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 latest version of `MtlsProvider` available is 2.63.1, and the page lists the documentation for various past versions down to 2.7.1."],["`MtlsProvider` inherits from `java.lang.Object` and provides methods to retrieve the mTLS key store, get the mTLS endpoint usage policy, and check if the mTLS client certificate should be used."],["This library, as indicated on the page, is currently in a pre-GA (General Availability) stage, meaning it might have limited support and future changes might not be compatible."],["The `getKeyStore()` method returns the mTLS key store, potentially throwing an `IOException`, while the `getMtlsEndpointUsagePolicy()` method returns the current mTLS endpoint usage policy."]]],[]]