Skip to content

Commit

Permalink
Work on Yubikey decryption
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schürmann committed Sep 8, 2014
1 parent 2cebac6 commit 0be263d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/openintents/openpgp/util/OpenPgpApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ public class OpenPgpApi {
// internal NFC states
public static final String EXTRA_NFC_SIGNED_HASH = "nfc_signed_hash";
public static final String EXTRA_NFC_SIG_CREATION_TIMESTAMP = "nfc_sig_creation_timestamp";
public static final String EXTRA_NFC_DECRYPTED_SESSION_KEY = "nfc_decrypted_session_key";

// GET_KEY
public static final String EXTRA_KEY_ID = "key_id";
Expand Down

0 comments on commit 0be263d

Please sign in to comment.