aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpCertifyOperation.java
Commit message (Collapse)AuthorAgeFilesLines
* Update obsolete Nfc class prefixesNikita Mikhailov2016-04-161-2/+2
|
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-9/+9
|
* license header for PgpCertifyOperationDominik Schürmann2015-05-041-1/+19
|
* more data in RequiredInputParcel, OperationResult notificationsVincent Breitmoser2015-03-211-1/+2
| | | | | - pass both masterkeyid and subkeyid though RequiredInputParcel parcel - fix numeric vales in OperationResult.createNotify()
* generalize NfcOperationParcel to RequiredInputParcel, including passphrasesVincent Breitmoser2015-03-191-6/+5
|
* yubikey certifications!Vincent Breitmoser2015-03-181-0/+149
|
* move operations into ops package, introduce BaseOperation classVincent Breitmoser2014-10-101-149/+0
|
* add support for second line in log viewVincent Breitmoser2014-10-051-0/+3
|
* certify: get rid of fingerprint checkVincent Breitmoser2014-10-041-5/+0
| | | | | | 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.
* improve CertifyResult, add custom notifyVincent Breitmoser2014-10-041-3/+5
|
* redesign certify action to work with parcel input and resultVincent Breitmoser2014-10-041-0/+149