| java.lang.Object com.sun.satsa.acl.PINData
PINData | public class PINData (Code) | | This class represents CardHolderAuthentication entry of ACL.
|
Field Summary | |
Object[] | commands APDU headers (Integer) or method names (String). | int | id PIN identifier. |
Constructor Summary | |
| PINData(int id, Object[] commands) Constructs new PINData object. |
commands | Object[] commands(Code) | | APDU headers (Integer) or method names (String).
|
id | int id(Code) | | PIN identifier.
|
PINData | PINData(int id, Object[] commands)(Code) | | Constructs new PINData object.
Parameters: id - PIN identifier. Parameters: commands - APDU headers (Integer) or method names (String). |
|
|