Interface ContextSetting


public interface ContextSetting
Contains additional parameters for the management of context specific cases.
Since:
0.4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    setContactReaderPayloadCapacity(int payloadCapacity)
    Defines the maximum size of APDUs that the library can generate when communicating with a contact card.
  • Method Details

    • setContactReaderPayloadCapacity

      ContextSetting setContactReaderPayloadCapacity(int payloadCapacity)
      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