move can.*() methods to CanonicalizedPublicKey, where they belong

This commit is contained in:
Vincent Breitmoser
2014-09-28 14:40:49 +02:00
parent 706e60474d
commit 8131daa638
4 changed files with 83 additions and 82 deletions

View File

@@ -80,7 +80,6 @@ public class ProviderHelperSaveTest {
UncachedKeyRing pub = readRingFromResource("/test-keys/mailvelope_07_no_key_flags.asc");
long keyId = pub.getMasterKeyId();
Assert.assertNull("key flags should be null", pub.getPublicKey().getKeyUsage());
mProviderHelper.savePublicKeyRing(pub);