diff options
Diffstat (limited to 'OpenPGP-Keychain/src/org/sufficientlysecure/keychain/pgp/PgpKeyHelper.java')
-rw-r--r-- | OpenPGP-Keychain/src/org/sufficientlysecure/keychain/pgp/PgpKeyHelper.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/pgp/PgpKeyHelper.java b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/pgp/PgpKeyHelper.java index edb30496a..8c1f35e4e 100644 --- a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/pgp/PgpKeyHelper.java +++ b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/pgp/PgpKeyHelper.java @@ -447,11 +447,11 @@ public class PgpKeyHelper { } default: { - algorithmStr = "???"; + algorithmStr = "Unknown"; break; } } - return algorithmStr + ", " + keySize + "bit"; + return algorithmStr + ", " + keySize + " bit"; } public static String convertFingerprintToHex(byte[] fp) { @@ -510,7 +510,7 @@ public class PgpKeyHelper { } /** - * TODO: what is the difference to the other function? + * TODO: documentation * * @param keyId * @return |