B
C
D
E
F
G
H
I
O
S
T
U
V
W
C
- cancel() - function in com.kinegram.android.emrtdconnector.EmrtdConnector
- Cancels this session as soon as possible.
- ChipAccessKey - class in com.kinegram.android.emrtdconnector
- Represents the access key for the chip access procedure to authenticate to the chip of the eMRTD.
- ChipAccessKey.FromCan - class in com.kinegram.android.emrtdconnector.ChipAccessKey
- Access key to authenticate to the chip of the eMRTD using the Card Access Number (CAN).
- ChipAccessKey.FromMrz - class in com.kinegram.android.emrtdconnector.ChipAccessKey
- Access key to authenticate to the chip of the eMRTD with data from the MRZ, namely the document number, data of birth, and the expiry date of the document.
- ClosedListener - class in com.kinegram.android.emrtdconnector
- Interface for listening to WebSocket Connection Closes.
- com.kinegram.android.emrtdconnector - package com.kinegram.android.emrtdconnector
- connect(android.nfc.tech.IsoDep,com.kinegram.android.emrtdconnector.ConnectionOptions) - function in com.kinegram.android.emrtdconnector.EmrtdConnector
- Starts the session.
- connect(android.nfc.tech.IsoDep,java.lang.String,java.lang.String,java.lang.String,java.lang.String) - function in com.kinegram.android.emrtdconnector.EmrtdConnector
- Starts the session.
- ConnectionOptions - class in com.kinegram.android.emrtdconnector
- Options to configure the eMRTD read.
- ConnectionOptions.Builder - class in com.kinegram.android.emrtdconnector.ConnectionOptions
- A builder to create connection options for the EmrtdConnector.