Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setOptions
Method · 0.95
hasValidFingerprint
Method · 0.95
isSignedByFDroid
Method · 0.95
Calls
7
e
Method · 0.95
getPackageName
Method · 0.80
digest
Method · 0.65
getInstance
Method · 0.45
append
Method · 0.45
format
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected