Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. try {
  2. CAPK capk = new CAPK(MyApplication.myApplication);
  3. capk.setRID(tlvList.getTLV("9F06").getValue());// rid
  4. capk.setKeyID(tlvList.getTLV("9F22").getValue());//认证中心公钥索引
  5. ………………
  6. int result = mEmvCore.addCAPK(capk.toByteArray());
  7. Log.e("addCapk_Result", result + "");
  8. } catch (RemoteException ex){
  9. ex.printStackTrace();
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement