| java.lang.Object com.sun.satsa.acl.ACSlot
ACSlot | public class ACSlot (Code) | | This class represents access control file that describes permissions for one
card slot.
|
Constructor Summary | |
public | ACSlot() Constructs an instance of an access control file object. |
Method Summary | |
ACLPermissions | getACLPermissions(boolean isAPDU, byte[] selectAPDU, String root) Returns object that should be used for access control verification.
Parameters: isAPDU - true for APDU connection, false for JCRMI. Parameters: selectAPDU - SELECT APDU command data. Parameters: root - name of CA that authorized the suite. | PINAttributes | getPINAttributes(int id) Return PIN attributes.
Parameters: id - PIN identifier. | public static ACSlot | load(int slotNum) Load access control information.
Parameters: slotNum - card slot number. |
ACSlot | public ACSlot()(Code) | | Constructs an instance of an access control file object.
|
getACLPermissions | ACLPermissions getACLPermissions(boolean isAPDU, byte[] selectAPDU, String root)(Code) | | Returns object that should be used for access control verification.
Parameters: isAPDU - true for APDU connection, false for JCRMI. Parameters: selectAPDU - SELECT APDU command data. Parameters: root - name of CA that authorized the suite. object that can be used to check permissions. |
getPINAttributes | PINAttributes getPINAttributes(int id)(Code) | | Return PIN attributes.
Parameters: id - PIN identifier. PIN attributes. |
load | public static ACSlot load(int slotNum)(Code) | | Load access control information.
Parameters: slotNum - card slot number. object that contains access control information or null ifthis information doesn't exist or contains errors. |
|
|