I want to secure a Java REST backend service with two-way SSL, to prevent unauthorized access.
An Android APK needs to be signed to work, is possible to create a "trust" between my REST service and this APK, without using a hardcoded password from APK cert in client code?
The main idea is configurate the server two-way SSL to trust connections only from APK cert.