|
|
|
|
|
Scorpion : Documentation : DataDir objects
Primer for working with DataDir objectsORG.oclc.ber.DataDir objects are used to store data into a directory structure. Each DataDir object can have children and/or siblings. If a DataDir object has children, the method It's important to note that the DataDir structure is recursive.
Figure 1 In Figure 1, the arrows labeled 'A' represent invocations of the The method DataDir objects whose form is equal to ASN1.CONSTRUCTED do not have any data associated with them directly. DataDir objects whose form is equal to ASN1.PRIMITIVE do have data associated with them. The data in these objects can be accessed through these methods.
Finally, the field ID of each DataDir object can be accessed through the public member, fldid.
|