| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DskppPinPolicy.PinComplexity
Complexity of the PIN 
 | 
static class  | 
DskppPinPolicy.PinType
Type of the PIN 
 | 
PinPolicy.PinPolicyType| Constructor and Description | 
|---|
DskppPinPolicy(DskppPinPolicy.PinType type,
              DskppPinPolicy.PinComplexity complexity,
              int minLength,
              int maxLength)
Constructor of PinPolicy 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getMaximumLength()
Get maximum length of the PIN 
 | 
int | 
getMinimumLength()
Get minimum length of the PIN 
 | 
DskppPinPolicy.PinComplexity | 
getPinComplexity()
Get the Pin Complexity requirement. 
 | 
DskppPinPolicy.PinType | 
getPinType()
Get the PIN type 
 | 
public DskppPinPolicy(DskppPinPolicy.PinType type, DskppPinPolicy.PinComplexity complexity, int minLength, int maxLength)
type - complexity - minLength - maxLength - public DskppPinPolicy.PinType getPinType()
public DskppPinPolicy.PinComplexity getPinComplexity()
public int getMinimumLength()
public int getMaximumLength()