aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/UncachedKeyRing.java
Commit message (Expand)AuthorAgeFilesLines
* rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-34/+4
* Better exception handling for import of keysDominik Schürmann2014-07-311-5/+5
* watch out for nullpointers from get(Un|)HashedSubpacketsVincent Breitmoser2014-07-281-1/+2
* canonicalize: couple of fixesVincent Breitmoser2014-07-261-10/+30
* generic UncachedKeyRing fixesVincent Breitmoser2014-07-261-25/+24
* UncachedKeyRing.merge: copy over new secret subkeys into secret keyringsVincent Breitmoser2014-07-261-12/+9
* fixes for extractPublicKeyRing, update SpongyCastleVincent Breitmoser2014-07-261-6/+9
* canonicalize: fix for testsVincent Breitmoser2014-07-191-2/+6
* merge: different msg if nothing was mergedVincent Breitmoser2014-07-151-2/+6
* modifyKey: make SubkeyChange operations workVincent Breitmoser2014-07-111-0/+4
* fix bug in canonicalization regarding subkey revocationVincent Breitmoser2014-07-111-1/+1
* code cleanup and plurals in import log entriesVincent Breitmoser2014-06-281-52/+46
* canonicalize: missed two logging entriesVincent Breitmoser2014-06-181-1/+3
* generate public keyring from secret if not availableVincent Breitmoser2014-06-181-0/+16
* consolidate: almost sane loggingVincent Breitmoser2014-06-181-1/+1
* consolidate: add key import routines with consolidationVincent Breitmoser2014-06-181-1/+22
* consolidate: make it workVincent Breitmoser2014-06-181-93/+99
* code cleanup in ProviderHelper and UncachedKeyRingVincent Breitmoser2014-06-181-26/+20
* consolidate: add loggingVincent Breitmoser2014-06-181-8/+29
* consolidate: first draftVincent Breitmoser2014-06-181-3/+114
* canonicalize: support secret keysVincent Breitmoser2014-06-171-12/+24
* import-log: clean up progress messagesVincent Breitmoser2014-06-171-6/+6
* drop invalid user ids and add fatal case(s)Vincent Breitmoser2014-06-161-5/+16
* import-log: distinguish master/subkeys, distinguish redundant/bad certs, more...Vincent Breitmoser2014-06-161-40/+59
* canonicalize: require primary key binding certificates for signing subkeysVincent Breitmoser2014-06-121-3/+41
* canonicalize: filter out future and local certificatesVincent Breitmoser2014-06-121-11/+69
* import-log: minor improvementsVincent Breitmoser2014-06-121-3/+0
* canonicalize: more stuffVincent Breitmoser2014-06-121-32/+47
* canonicalize: implementation, first draftVincent Breitmoser2014-06-121-22/+272
* import-log: some cosmeticsVincent Breitmoser2014-06-101-1/+4
* canonicalize: first step(s)Vincent Breitmoser2014-06-101-0/+55
* import-log: better stripped key loggingVincent Breitmoser2014-06-061-2/+3
* wrapped-key-ring: add documentationVincent Breitmoser2014-06-021-0/+18
* wrapped-key-ring: no UncachedSecretKeyRing after allVincent Breitmoser2014-06-021-2/+24
* new savekeyring operation (mostly stub)Vincent Breitmoser2014-05-271-5/+44
* wrapped-key-ring: UncachedKeyRing wraps only one ring of dynamic typeVincent Breitmoser2014-05-231-12/+44
* wrapped-key-ring: more refactoring - no more pgp imports in KeychainIntentSer...Vincent Breitmoser2014-05-031-2/+33
* wrapped-key-ring: forgot to add UncachedKeyRing classVincent Breitmoser2014-05-031-0/+29