| java.lang.Object wim_data.PIN
PIN | class PIN (Code) | | This class represents PIN.
|
Constructor Summary | |
| PIN(String label, int id, int ref, short[] path, String value) Constructor. |
Method Summary | |
public byte[] | getData() Returns data for this PIN. | TLV | toTLV() Generates TLV structure that represents this PIN. |
STORED_LENGTH | final static int STORED_LENGTH(Code) | | Stored length for these PINs.
|
ref | int ref(Code) | | PIN reference.
|
PIN | PIN(String label, int id, int ref, short[] path, String value)(Code) | | Constructor.
Parameters: label - PIN label Parameters: id - PIN ID Parameters: ref - PIN reference Parameters: path - path Parameters: value - PIN value |
getData | public byte[] getData()(Code) | | Returns data for this PIN.
PIN data |
toTLV | TLV toTLV()(Code) | | Generates TLV structure that represents this PIN.
TLV structure |
|
|