appegy/Verify Android Keystore
Verifies the validity of an Android Keystore file, its password, and a specific key alias.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| keystore-path | Path to the keystore file. Required if keystore-base64 is not provided. | no | — |
| keystore-base64 | Base64 encoded content of the keystore. Required if keystore-path is not provided. | no | — |
| keystore-password | Password for the keystore. | yes | — |
| alias-name | Alias name to verify. | yes | — |
| alias-password | Password for the alias. | yes | — |
Outputs
no outputs