FileDocCategorySizeDatePackage
PINData.javaAPI DocphoneME MR2 API (J2ME)1558Wed May 02 18:00:38 BST 2007com.sun.satsa.acl

PINData

public class PINData extends Object
This class represents CardHolderAuthentication entry of ACL.

Fields Summary
int
id
PIN identifier.
Object[]
commands
APDU headers (Integer) or method names (String).
Constructors Summary
PINData(int id, Object[] commands)
Constructs new PINData object.

param
id PIN identifier.
param
commands APDU headers (Integer) or method names (String).

        this.id = id;
        this.commands = commands;
    
Methods Summary