mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Fixed Amazon fingerprint
This commit is contained in:
@@ -1579,7 +1579,7 @@ public class Helper {
|
||||
byte[] bytes = digest.digest(cert);
|
||||
StringBuilder sb = new StringBuilder();
|
||||
for (byte b : bytes)
|
||||
sb.append(Integer.toString(b & 0xff, 16).toUpperCase(Locale.ROOT));
|
||||
sb.append(String.format("%02X", b));
|
||||
return sb.toString();
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
|
||||
Reference in New Issue
Block a user