aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/CertifyActionsParcel.java
Commit message (Collapse)AuthorAgeFilesLines
* add support for certification of user attributesVincent Breitmoser2015-03-081-3/+11
|
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-1/+1
|
* certify: get rid of fingerprint checkVincent Breitmoser2014-10-041-5/+3
| | | | | | Master key ids are unambiguous by database design, and only keys which are in the database are signed. There is no reason to check the fingerprint again during the certify operation.
* redesign certify action to work with parcel input and resultVincent Breitmoser2014-10-041-0/+111