aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/UncachedPublicKey.java
Commit message (Collapse)AuthorAgeFilesLines
* split up and mark unsafe expiry-related methodsVincent Breitmoser2015-02-261-2/+23
|
* ignore revoked user ids for primary key expiryVincent Breitmoser2015-02-261-18/+0
|
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-5/+4
|
* only respect most recent signature for key flagsVincent Breitmoser2015-01-191-8/+38
|
* actually import user attributes (though they are not shown anywhere yet)Vincent Breitmoser2015-01-141-0/+30
|
* deal with non-existent user ids during import (#994)Vincent Breitmoser2015-01-021-2/+4
|
* make getSignId a secret key operation, and respect unavailable keysVincent Breitmoser2014-10-021-6/+3
| | | | This one should remedy #811, but waiting for a test
* fix method visibility for testsVincent Breitmoser2014-09-281-2/+31
|
* move can.*() methods to CanonicalizedPublicKey, where they belongVincent Breitmoser2014-09-281-72/+0
|
* be more mindful of algorithm and usage flag interactionVincent Breitmoser2014-09-281-14/+2
| | | | Fixes #895
* New decrypt activity design (WIP), saner UTF8 decoding (replacing ↵Dominik Schürmann2014-09-151-3/+5
| | | | non-decodable characters)
* Get certificates by raw user ids, be more liberal about accepted user id ↵Dominik Schürmann2014-09-131-10/+24
| | | | encodings
* getSignaturesForID can return null, check thisDominik Schürmann2014-09-131-12/+24
|
* If no key flags subpacket is present allow all key flags, fixes mailvelope keysDominik Schürmann2014-09-021-24/+47
|
* Remove version 3 checks, no longer supported in importDominik Schürmann2014-09-021-16/+16
|
* add ecc supportVincent Breitmoser2014-08-241-1/+22
|
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
|
* Add license headersDominik Schürmann2014-08-041-0/+17
|
* fix dumb mistake in modifySecretKeyVincent Breitmoser2014-08-011-5/+1
|
* canonicalize: fix for testsVincent Breitmoser2014-07-191-3/+0
|
* Fallback if no primary user id existsDominik Schürmann2014-07-161-0/+11
|
* modifyKey: make SubkeyChange operations workVincent Breitmoser2014-07-111-3/+9
|
* some UncachedKeyRing fixes, primary user id mostlyVincent Breitmoser2014-07-111-8/+62
|
* canonicalize: first step(s)Vincent Breitmoser2014-06-101-2/+10
|
* neatness refactoringVincent Breitmoser2014-06-041-1/+0
|
* new savekeyring operation (mostly stub)Vincent Breitmoser2014-05-271-2/+19
|
* fix missing userIds in ImportKeysListEntryVincent Breitmoser2014-05-271-2/+8
|
* wrapped-key-ring: UncachedKeyRing wraps only one ring of dynamic typeVincent Breitmoser2014-05-231-1/+35
|
* wrapped-key-ring: introduce Uncached*Key objectsVincent Breitmoser2014-05-041-0/+140