getsig

fun getsig(signerBytes: ByteArray): String

Deprecated

Only here for backwards compatibility when writing out index-v1.json

Get the fingerprint used to represent an APK signing key in F-Droid. This is a custom fingerprint algorithm that was kind of accidentally created. It is now here only for backwards compatibility. It should only ever be used for writing the sig value out to index-v1.json.

See also

org.fdroid.fdroid.Utils.getPackageSigner
org.fdroid.fdroid.data.Apk