Skip to content

Commit

Permalink
Get whole public key via ACTION_GET_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schürmann committed Nov 8, 2015
1 parent bc08872 commit 04b9c31
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,13 @@ public class OpenPgpApi {
* It returns RESULT_CODE_USER_INTERACTION_REQUIRED if the Provider does not have the key.
* The PendingIntent from RESULT_INTENT can be used to retrieve those from a keyserver.
* <p/>
* If an Output stream has been defined the whole public key is returned.
* required extras:
* long EXTRA_KEY_ID
* <p/>
* optional extras:
* String EXTRA_REQUEST_ASCII_ARMOR (request that the returned key is encoded in ASCII Armor)
*
*/
public static final String ACTION_GET_KEY = "org.openintents.openpgp.action.GET_KEY";

Expand Down

0 comments on commit 04b9c31

Please sign in to comment.