|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hardtokenmgmt.core.token.PINInfo
public class PINInfo
Class used to give information about the status of a certain PIN and it's PUK codes.
| Constructor Summary | |
|---|---|
PINInfo(boolean loginRequired,
boolean pINCountLow,
boolean pINFinalTry,
boolean pINLocked,
boolean pUKCountLow,
boolean pUKFinalTry,
boolean pUKLocked)
|
|
| Method Summary | |
|---|---|
boolean |
isLoginRequired()
Is true if login in required to the PIN area inorder to make writable operations |
boolean |
isPINCountLow()
Indicates if at least on false login have been done. |
boolean |
isPINFinalTry()
Indicates of this is the last attempt |
boolean |
isPINLocked()
Indicates if the PIN is blocked |
boolean |
isPINOK()
Returns true if PIN have the maximum number of tries left can be used to indicate that a login went successful Is the same as ! |
boolean |
isPUKCountLow()
Indicates if at least on false login have been done. |
boolean |
isPUKFinalTry()
Indicates of this is the last attempt |
boolean |
isPUKLocked()
Indicates if the PUK is blocked |
boolean |
isPUKOK()
Returns true if PUK have the maximum number of tries left can be used to indicate that a login went successful Is the same as ! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PINInfo(boolean loginRequired,
boolean pINCountLow,
boolean pINFinalTry,
boolean pINLocked,
boolean pUKCountLow,
boolean pUKFinalTry,
boolean pUKLocked)
loginRequired - pINCountLow - pINFinalTry - pINLocked - pUKCountLow - pUKFinalTry - pUKLocked - | Method Detail |
|---|
public boolean isLoginRequired()
public boolean isPINCountLow()
public boolean isPINFinalTry()
public boolean isPINLocked()
public boolean isPINOK()
public boolean isPUKCountLow()
public boolean isPUKFinalTry()
public boolean isPUKLocked()
public boolean isPUKOK()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||