|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acs.smartcard.TlvProperties
public class TlvProperties
This class represents TLV properties in PC/SC 2.0 Part 10.
Field Summary | |
---|---|
static int |
PROPERTY_bEntryValidationCondition
Property defined in PC/SC 2.0 Part 10. |
static int |
PROPERTY_bMaxPINSize
Property defined in PC/SC 2.0 Part 10. |
static int |
PROPERTY_bMinPINSize
Property defined in PC/SC 2.0 Part 10. |
static int |
PROPERTY_bPPDUSupport
Property defined in PC/SC 2.0 Part 10. |
static int |
PROPERTY_bTimeOut2
Property defined in PC/SC 2.0 Part 10. |
static int |
PROPERTY_dwMaxAPDUDataSize
Property defined in PC/SC 2.0 Part 10. |
static int |
PROPERTY_sFirmwareID
Property defined in PC/SC 2.0 Part 10. |
static int |
PROPERTY_wIdProduct
Property defined in PC/SC 2.0 Part 10. |
static int |
PROPERTY_wIdVendor
Property defined in PC/SC 2.0 Part 10. |
static int |
PROPERTY_wLcdLayout
Property defined in PC/SC 2.0 Part 10. |
static int |
PROPERTY_wLcdMaxCharacters
Property defined in PC/SC 2.0 Part 10. |
static int |
PROPERTY_wLcdMaxLines
Property defined in PC/SC 2.0 Part 10. |
Constructor Summary | |
---|---|
TlvProperties()
Creates an instance of TlvProperties. |
|
TlvProperties(byte[] buffer,
int bufferLength)
Creates and initializes an instance of TlvProperties from the byte array. |
Method Summary | |
---|---|
void |
clear()
Remove all properties. |
void |
fromByteArray(byte[] buffer,
int bufferLength)
Initializes the TlvProperties from the byte array. |
java.lang.Object |
getProperty(int property)
Gets the property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PROPERTY_wLcdLayout
public static final int PROPERTY_bEntryValidationCondition
public static final int PROPERTY_bTimeOut2
public static final int PROPERTY_wLcdMaxCharacters
public static final int PROPERTY_wLcdMaxLines
public static final int PROPERTY_bMinPINSize
public static final int PROPERTY_bMaxPINSize
public static final int PROPERTY_sFirmwareID
public static final int PROPERTY_bPPDUSupport
public static final int PROPERTY_dwMaxAPDUDataSize
public static final int PROPERTY_wIdVendor
public static final int PROPERTY_wIdProduct
Constructor Detail |
---|
public TlvProperties()
public TlvProperties(byte[] buffer, int bufferLength)
buffer
- the buffer.bufferLength
- the buffer length.Method Detail |
---|
public void clear()
public java.lang.Object getProperty(int property)
property
- the property.
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 |