PinConstraint¶
-
public class
PinConstraint
¶ Class describes the format constraints of the PIN (which must be enforced when changing the PIN value).
Note that the constructor is not intended to be called by user code. Such objects are constructed internally by the API.
The constraints are obtained as an array of
PinConstraint
objects by callingPin.getConstraints()
.The objects
PinConstraint
describing a constraint all have atype
, indicating the type of constraints, and optionally, the parameters of the constraint. Thetype
andparameters
value can be one of the following (this list may be extended in the future):"minLength"
"minLength"
"newOldDissimilar"
"threshold"