FAQ
Frequently Asked Questions
How can I configure Proxy in the Java SDK?
Zentitle2 SDK utilizes the Apache HTTP Client class to handle API requests. By default, HttpClient will use system proxy settings. This can be changed in RequestConfig by setting the HttpHost as a proxy.
How to generate the device fingerprint in the SDK?
We recommend using our Core Library wrapper classes' methods available in the SDK itself (like com.nalpeiron.zentitle.licensingclient.zentitle2core.DeviceFingerprint.generateForCurrentMachine()), which are designed to handle low-level details like memory allocation, etc.
Last updated
Was this helpful?