| java.lang.Object com.sun.satsa.acl.ACList
ACList | public class ACList (Code) | | This class represents access control list (ACL).
|
Method Summary | |
public Vector | getACEntries() Returns the list of ACEs. | void | getPINs(boolean isAPDU, Vector result) Places information about PINs into the vector. | public boolean | match(byte[] selectAPDU) Verifies if this ACL describes permissions for AID in SELECT APDU.
Parameters: selectAPDU - SELECT APDU command data. |
getACEntries | public Vector getACEntries()(Code) | | Returns the list of ACEs.
the list of ACEs. |
getPINs | void getPINs(boolean isAPDU, Vector result)(Code) | | Places information about PINs into the vector.
Parameters: isAPDU - if true, place APDU PIN data, otherwise - JCRMIPIN data. Parameters: result - the vector for results |
match | public boolean match(byte[] selectAPDU)(Code) | | Verifies if this ACL describes permissions for AID in SELECT APDU.
Parameters: selectAPDU - SELECT APDU command data. true if this ACL describes permissions for AID in SELECT APDU. |
|
|