MCPcopy Create free account
hub / github.com/M66B/FairEmail / getFingerprint

Method getFingerprint

app/src/main/java/eu/faircode/email/Helper.java:3297–3299  ·  view source on GitHub ↗
(Context context)

Source from the content-addressed store, hash-verified

3295 }
3296
3297 static String getFingerprint(Context context) {
3298 return getFingerprint(context, "SHA1");
3299 }
3300
3301 static String getFingerprint(Context context, String hash) {
3302 try {

Callers 3

setOptionsMethod · 0.95
hasValidFingerprintMethod · 0.95
isSignedByFDroidMethod · 0.95

Calls 7

eMethod · 0.95
getPackageNameMethod · 0.80
digestMethod · 0.65
getInstanceMethod · 0.45
appendMethod · 0.45
formatMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected