|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acs.smartcard.PinProperties
public class PinProperties
This class represents PIN_PROPERTIES structure in PC/SC 2.0 Part 10.
Constructor Summary | |
---|---|
PinProperties()
Creates an instance of PinProperties. |
|
PinProperties(byte[] buffer,
int bufferLength)
Creates and initializes an instance of PinProperties from the byte array. |
Method Summary | |
---|---|
void |
clear()
Remove all properties. |
void |
fromByteArray(byte[] buffer,
int bufferLength)
Initializes the PIN properties from the byte array. |
int |
getEntryValidationCondition()
Gets the entry validation condition. |
int |
getLcdLayout()
Gets the LCD layout |
int |
getTimeOut2()
Gets the timeout2. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PinProperties()
public PinProperties(byte[] buffer, int bufferLength)
buffer
- the buffer.bufferLength
- the buffer length.Method Detail |
---|
public void clear()
public int getLcdLayout()
public int getEntryValidationCondition()
public int getTimeOut2()
public void fromByteArray(byte[] buffer, int bufferLength)
buffer
- the buffer.bufferLength
- the buffer length.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |