Code signing
Android APKSigner
3min
This document provides information about configuring HSMs with Android APKSigner by using PKCS #11 libraries. For additional questions about your HSM, see the relevant user guide.
Android APKSigner, a tool available in the Android SDK Build Tools, lets you sign an Android package (APK) and confirm that the signature successfully verifies on all Android platform versions supported by the APK.
Android APKsigner can work with private keys stored on hardware security modules (HSMs), which helps to prevent key disclosure and enable secure signing of APKs.
With this integration, you can securely reference your private key stored in an HSM to sign it directly by using APKSigner, the PKCS #11 library, and a Java Keystore.
- Centralizes device management
- Eliminates points of failure
- Distributes transaction loads
- Provides group-specific function blocking
- Provides user-defined grouping systems
Updated 25 Aug 2024
Did this page help you?