Skip to content

Commit

Permalink
add RESULT_SIGNATURE_MICALG extra
Browse files Browse the repository at this point in the history
  • Loading branch information
Valodim committed Dec 17, 2015
1 parent dc5c638 commit 075616c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ public class OpenPgpApi {

// ACTION_DETACHED_SIGN
public static final String RESULT_DETACHED_SIGNATURE = "detached_signature";
public static final String RESULT_SIGNATURE_MICALG = "signature_micalg";

This comment has been minimized.

Copy link
@dschuermann

dschuermann Jan 4, 2016

Member

@Valodim This is missing in the documentation above on ACTION_DETACHED_SIGN


// ENCRYPT, SIGN_AND_ENCRYPT
public static final String EXTRA_USER_IDS = "user_ids";
Expand Down

0 comments on commit 075616c

Please sign in to comment.