Skip navigation links
C E G H I N O P S T 

C

clean() - Method in class io.scanbot.nfcscanner.passport.InternalPassportNfcScanner
Deletes a GlobalRef in JNI
Companion - Static variable in class io.scanbot.nfcscanner.passport.PassportNfcDg1DataItem
 
Companion - Static variable in class io.scanbot.nfcscanner.passport.PassportNfcDg2DataItem
 
component1() - Method in class io.scanbot.nfcscanner.passport.PassportNfcData
the list of items
component1() - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg1DataItem
key of the item
component1() - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg2DataItem
key of the item
component2() - Method in class io.scanbot.nfcscanner.passport.PassportNfcData
the list of items
component2() - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg1DataItem
value of the item
component2() - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg2DataItem
value of the item
component3() - Method in class io.scanbot.nfcscanner.passport.PassportNfcData
bitmap with a photo from the DG2 group
copy(dg1Data, dg2Data, dg2Image) - Method in class io.scanbot.nfcscanner.passport.PassportNfcData
Wraps all the data loaded from DG1 and DG2 groups
copy(key, value) - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg1DataItem
Wraps the single item of the data loaded from DG1 group as a key-value object
copy(key, value) - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg2DataItem
Wraps the single item of the data loaded from DG2 group as a key-value object

E

equals(other) - Method in class io.scanbot.nfcscanner.passport.PassportNfcData
 
equals(p) - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg1DataItem
 
equals(p) - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg2DataItem
 
extractData(nfcLoadCallback) - Method in class io.scanbot.nfcscanner.passport.InternalPassportNfcScanner
Starting the process of scanning

G

getDg1Data() - Method in class io.scanbot.nfcscanner.passport.PassportNfcData
the list of items
getDg2Data() - Method in class io.scanbot.nfcscanner.passport.PassportNfcData
the list of items
getDg2Image() - Method in class io.scanbot.nfcscanner.passport.PassportNfcData
bitmap with a photo from the DG2 group
getKey() - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg1DataItem
key of the item
getKey() - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg2DataItem
key of the item
getValue() - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg1DataItem
value of the item
getValue() - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg2DataItem
value of the item

H

hashCode() - Method in class io.scanbot.nfcscanner.passport.PassportNfcData
 
hashCode() - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg1DataItem
 
hashCode() - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg2DataItem
 

I

InternalPassportNfcScanner - Class in io.scanbot.nfcscanner.passport
Scans the given tag and extracts all the data from it. Should be cleaned after the usage
InternalPassportNfcScanner(isoDepTag, passportNumber, birthdate, expiryDate) - Constructor for class io.scanbot.nfcscanner.passport.InternalPassportNfcScanner
Scans the given tag and extracts all the data from it. Should be cleaned after the usage
io.scanbot.nfcscanner - package io.scanbot.nfcscanner
 
io.scanbot.nfcscanner.passport - package io.scanbot.nfcscanner.passport
 

N

NFCDatagroupDG1FieldName - Enum in io.scanbot.nfcscanner.passport
Fields contained in DG1 nfc tag of the passport
NFCDatagroupDG2FieldName - Enum in io.scanbot.nfcscanner.passport
Fields contained in DG2 nfc tag of the passport
NfcTagInterface - Class in io.scanbot.nfcscanner
Implements a transport protocol for data extraction from the NFC chip of the passport
NfcTagInterface(isoDepTag) - Constructor for class io.scanbot.nfcscanner.NfcTagInterface
Implements a transport protocol for data extraction from the NFC chip of the passport

O

onError(nfcLoadErrorType) - Method in interface io.scanbot.nfcscanner.passport.PassportNfcLoadCallback
Called if any error occurred during the data extraction from the NFC chip
onSuccess(data) - Method in interface io.scanbot.nfcscanner.passport.PassportNfcLoadCallback
Called when the data of the passport successfully read from the NFC chip

P

PassportNfcData - Class in io.scanbot.nfcscanner.passport
Wraps all the data loaded from DG1 and DG2 groups
PassportNfcData(dg1Data, dg2Data, dg2Image) - Constructor for class io.scanbot.nfcscanner.passport.PassportNfcData
Wraps all the data loaded from DG1 and DG2 groups
PassportNfcDg1DataItem - Class in io.scanbot.nfcscanner.passport
Wraps the single item of the data loaded from DG1 group as a key-value object
PassportNfcDg1DataItem(key, value) - Constructor for class io.scanbot.nfcscanner.passport.PassportNfcDg1DataItem
Wraps the single item of the data loaded from DG1 group as a key-value object
PassportNfcDg1DataItem(keyInt, value) - Constructor for class io.scanbot.nfcscanner.passport.PassportNfcDg1DataItem
 
PassportNfcDg1DataItem.Companion - Class in io.scanbot.nfcscanner.passport
 
PassportNfcDg2DataItem - Class in io.scanbot.nfcscanner.passport
Wraps the single item of the data loaded from DG2 group as a key-value object
PassportNfcDg2DataItem(key, value) - Constructor for class io.scanbot.nfcscanner.passport.PassportNfcDg2DataItem
Wraps the single item of the data loaded from DG2 group as a key-value object
PassportNfcDg2DataItem(keyInt, value) - Constructor for class io.scanbot.nfcscanner.passport.PassportNfcDg2DataItem
 
PassportNfcDg2DataItem.Companion - Class in io.scanbot.nfcscanner.passport
 
PassportNfcLoadCallback - Interface in io.scanbot.nfcscanner.passport
Callback to be called after the loading of the passport data from the NFC chip
PassportNfcLoadErrorType - Enum in io.scanbot.nfcscanner.passport
Describes the error which might happen during data extraction from the NFC chip

S

sendCommand(rawCommand) - Method in class io.scanbot.nfcscanner.NfcTagInterface
Executes a call on a isoDepTag and provides a result to a caller

T

toString() - Method in class io.scanbot.nfcscanner.passport.PassportNfcData
 
toString() - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg1DataItem
 
toString() - Method in class io.scanbot.nfcscanner.passport.PassportNfcDg2DataItem
 
C E G H I N O P S T 
Skip navigation links