Class ChangePINOptions

java.lang.Object
com.thalesgroup.gemalto.d1.ChangePINOptions

public class ChangePINOptions extends Object
Since:
3.3.0
  • Constructor Details

    • ChangePINOptions

      public ChangePINOptions(int pinLength)
      Constructor for change PIN options.

      The PIN length must be in range from 4(inclusive) to 8(inclusive).

      Parameters:
      pinLength - The expected length of PIN.
      Throws:
      IllegalArgumentException - if PIN length is out of range.
      Since:
      3.3.0
  • Method Details

    • getPinLength

      public int getPinLength()