| java.lang.Object com.sun.satsa.util.pkcs15.PKCS15File com.sun.satsa.acl.ACIF
ACIF | public class ACIF extends PKCS15File (Code) | | This class represents the SATSA ACIF file abstraction
|
ACIF | public ACIF(Location location, AclFileSystem files)(Code) | | Creates AODF object for the pointed location and file system
Parameters: location - Location required location Parameters: files - AclFileSystem requred file system |
getACFCount | public int getACFCount()(Code) | | Returns number of entries in the ACIF file
int |
getACFPath | public Location getACFPath(int index)(Code) | | Returns location of the pointed ACF
Parameters: index - int index of the required ACF Location of the required ACF |
getAID | public byte[] getAID(int index)(Code) | | Returns AID of the pointed entry (ACF)
Parameters: index - int index of required entry byte[] AID of the required entry |
|
|