aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/CachedPublicKeyRing.java
Commit message (Expand)AuthorAgeFilesLines
* performance: avoid expensive getSecretKeyType call, use cached where possibleVincent Breitmoser2016-02-051-1/+1
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-23/+23
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-55/+91
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-91/+55
* preselect certify keyDominik Schürmann2014-10-051-3/+3
* make getSignId a secret key operation, and respect unavailable keysVincent Breitmoser2014-10-021-45/+13
* work on passphrase caching, make use of cached SecretKeyType data (WIP!)Vincent Breitmoser2014-09-031-10/+7
* add getSecretKeyType method to CachedPublicKeyRingVincent Breitmoser2014-09-031-0/+16
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
* KeychainContract: use longs instead of String, other fixesDominik Schürmann2014-08-051-1/+1
* Add license headersDominik Schürmann2014-08-041-0/+17
* Fix CachedPublicKeyringmar-v-in2014-08-011-12/+54
* Start fixing CachedPublicKeyRingDominik Schürmann2014-08-011-9/+9
* Fallback if no primary user id existsDominik Schürmann2014-07-161-0/+4
* wrapped-key-ring: add documentationVincent Breitmoser2014-06-021-0/+16
* wrapped-key-ring: use CachedKeyRing where possibleVincent Breitmoser2014-05-211-2/+22
* wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-211-0/+125