Package com.thalesgroup.gemalto.d1
Class ChangePINOptions
- java.lang.Object
-
- com.thalesgroup.gemalto.d1.ChangePINOptions
-
public class ChangePINOptions extends Object
Class for options inD1Task.changePIN(String, SecureEditText, SecureEditText, ChangePINOptions, PINEntryUI.PINEventListener)
operation.- Since:
- 3.3.0
-
-
Constructor Summary
Constructors Constructor Description ChangePINOptions(int pinLength)
Constructor for change PIN options.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPinLength()
-
-
-
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
-
-