KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javacard > framework > PIN

javacard.framework
Interface PIN

All Known Implementing Classes:
OwnerPIN
See Also:
Shareable

public boolean check(byte[] pin,
                     short offset,
                     byte length)
              throws ArrayIndexOutOfBoundsException,
                     NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public byte getTriesRemaining()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isValidated()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void reset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags