KickJava   Java API By Example, From Geeks To Geeks.

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

javacard.framework
Class OwnerPIN

java.lang.Object
  |
  +--javacard.framework.OwnerPIN
All Implemented Interfaces:
PIN
See Also:
PINException, Shareable, JCSystem

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


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


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


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


public OwnerPIN(byte tryLimit,
                byte maxPINSize)
         throws PINException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


protected void setValidatedFlag(boolean value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void update(byte[] pin,
                   short offset,
                   byte length)
            throws PINException
See Also:
JCSystem.beginTransaction()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags