| java.lang.Object com.sun.satsa.util.pkcs15.PKCS15File com.sun.satsa.util.pkcs15.DODF
DODF | public class DODF extends PKCS15File (Code) | | This class represents the PKCS15 DODF file.
It is assumed that the DODF file has the following content:
opaqueDO:
externalIDO: 0x80
oidDO: 0xA1
TLV.CONSTRUCTED+TLV.SEQUENCE_TYPE
TLV.OID_TYPE
TLV.OCTETSTR_TYPE or something else
|
DODFTAG_EXTIDO | final public static int DODFTAG_EXTIDO(Code) | | externalIDO DODF entry tag.
|
DODFTAG_OIDDO | final public static int DODFTAG_OIDDO(Code) | | oidDO DODF entry tag.
|
DODFTAG_OPAQUEDO | final public static int DODFTAG_OPAQUEDO(Code) | | opaqueDO DODF entry tag.
|
DODF | public DODF(Location location, FileSystemAbstract files)(Code) | | Creates DODF object for the pointed location and file system
Parameters: location - Location required location Parameters: files - FileSystemAbstract requred file system |
getOid | public byte[] getOid(int index)(Code) | | Returns OID of the pointed OidDo object
Parameters: index - int index of the OidDo object byte[] OID |
getOidDoNumber | public int getOidDoNumber()(Code) | | Returns the number of the OidDo objects in the DODF file
int number |
getOidDoValueTLV | public TLV getOidDoValueTLV(int index)(Code) | | Returns value of the pointed OidDo object
Parameters: index - int index of the OidDo object TLV contained the required object |
|
|