Package com.thalesgroup.gemalto.d1
Class ChangePINOptions
java.lang.Object
com.thalesgroup.gemalto.d1.ChangePINOptions
Class for options in
D1Task.changePIN(String, SecureEditText, SecureEditText, ChangePINOptions, PINEntryUI.PINEventListener) operation.- Since:
- 3.3.0
-
Constructor Summary
Constructors -
Method Summary
-
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()
-