Esempio n. 1
0
 public byte[] getPubkey(String key) {
   try {
     return mBinder.get_pubkey(key);
   } catch (RemoteException e) {
     Log.w(TAG, "Cannot connect to keystore", e);
     return null;
   }
 }