Uses of Class
javacard.framework.PINException

Packages that use PINException
javacard.framework   
 

Uses of PINException in javacard.framework
 

Methods in javacard.framework that throw PINException
static void PINException.throwIt(short reason)
          Throws the Java Card runtime environment-owned instance of PINException with the specified reason.
 void OwnerPIN.update(byte[] pin, short offset, byte length)
          This method sets a new value for the PIN and resets the PIN try counter to the value of the PIN try limit.
 

Constructors in javacard.framework that throw PINException
OwnerPIN(byte tryLimit, byte maxPINSize)
          Constructor.