signingKeyCertFingerprints property

List<String>? signingKeyCertFingerprints
getter/setter pair

The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package.

Each byte of each hash value is represented as a two-digit hexadecimal number.

Implementation

core.List<core.String>? signingKeyCertFingerprints;