Interface ContextSetting
public interface ContextSetting
Contains additional parameters for the management of context specific cases.
- Since:
- 0.4.0
-
Method Summary
Modifier and TypeMethodDescriptionsetContactReaderPayloadCapacity
(int payloadCapacity) Defines the maximum size of APDUs that the library can generate when communicating with a contact card.
-
Method Details
-
setContactReaderPayloadCapacity
Defines the maximum size of APDUs that the library can generate when communicating with a contact card.- Parameters:
payloadCapacity
- A positive integer lower than 255.- Returns:
- The object instance.
- Since:
- 0.4.0
-