| java.lang.Object com.sun.satsa.util.pkcs15.PKCS15File com.sun.satsa.util.pkcs15.ODF
ODF | public class ODF extends PKCS15File (Code) | | This class represents the PKCS15 ODF file
|
ODFTAG_AUTH_OBJECTS | final public static int ODFTAG_AUTH_OBJECTS(Code) | | AuthObjects ODF entry tag.
|
ODFTAG_CERTIFICATES | final public static int ODFTAG_CERTIFICATES(Code) | | Certificates ODF entry tag.
|
ODFTAG_DATA_OBJECTS | final public static int ODFTAG_DATA_OBJECTS(Code) | | DataObjects ODF entry tag.
|
ODFTAG_PRIVATE_KEYS | final public static int ODFTAG_PRIVATE_KEYS(Code) | | PrivateKeys ODF entry tag.
|
ODFTAG_PUBLIC_KEYS | final public static int ODFTAG_PUBLIC_KEYS(Code) | | PublicKeys ODF entry tag.
|
ODFTAG_SECRET_KEYS | final public static int ODFTAG_SECRET_KEYS(Code) | | SecretKeys ODF entry tag.
|
ODFTAG_TRUSTED_CERTIFICATES | final public static int ODFTAG_TRUSTED_CERTIFICATES(Code) | | Certificates ODF entry tag.
|
ODFTAG_TRUSTED_PUBLIC_KEYS | final public static int ODFTAG_TRUSTED_PUBLIC_KEYS(Code) | | PublicKeys ODF entry tag.
|
ODFTAG_USEFUL_CERTIFICATES | final public static int ODFTAG_USEFUL_CERTIFICATES(Code) | | Certificates ODF entry tag.
|
ODF | public ODF(FileSystemAbstract files)(Code) | | Creates the ODF object
Parameters: files - FileSystemAbstract file system that is usedto reading from file |
getAODFCount | public int getAODFCount()(Code) | | Returns a number of the AODF files
int number of the AODF files |
getAODFPath | public Location getAODFPath(int index)(Code) | | returns location of the AODF file
Parameters: index - int number uf the AODF file Location |
load | public void load() throws IOException, TLVException(Code) | | Reads ODF .
throws: IOException - if I/O error occurs throws: TLVException - if TLV error occursIt is supposed that the ODF file contains information in the followingformat:ODFTAG_xxx {Location}...ODFTAG_xxx {Location} |
|
|