public class TlvProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
TlvProperties()
Creates an instance of TlvProperties.
|
TlvProperties(byte[] buffer,
int bufferLength)
Creates and initializes an instance of TlvProperties from the byte array.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
public TlvProperties()
public TlvProperties(byte[] buffer, int bufferLength)
buffer
- the buffer.bufferLength
- the buffer length.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.Copyright © 2011-2014 Advanced Card Systems Ltd. All Rights Reserved.