public static interface NFCCommReaderFragment.NFCCommReaderFragmentListener
Modifier and Type | Method and Description |
---|---|
void |
doNotify(NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify notify,
java.lang.String msg)
Notification callback about the reading process.
|
CANSpecDO |
getCanToStore(java.security.KeyStore keyStore,
java.lang.String can,
MrtdCard mrtdCardInfo,
java.lang.String keyStoreType)
Ask for the information of the CAN to store.
|
CANSpecDO getCanToStore(java.security.KeyStore keyStore, java.lang.String can, MrtdCard mrtdCardInfo, java.lang.String keyStoreType) throws java.security.KeyStoreException
keyStore
- to recover information about the keys and certificates availables in the device.can
- the CAN tag.mrtdCardInfo
- the MRTD interface of the card for information recovery.keyStoreType
- the key store type recovered.java.security.KeyStoreException
void doNotify(NFCCommReaderFragment.NFCCommReaderFragmentListener.NFC_callback_notify notify, java.lang.String msg)
notify
- type of event notification.msg
- additional information of the event (may be null).