Class ChangePINOptions

    • Constructor Detail

      • 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 Detail

      • getPinLength

        public int getPinLength()