nsIASN1Object
| IID: | ba8bf582-1dd1-11b2-898c-f40246bc9a63 |
| Inherits From: | nsISupports |
| Status: | FROZEN |
This represents an ASN.1 object, where ASN.1 is "Abstract Syntax Notation number One".
The additional state information carried in this interface makes it fit for being used as the data structure when working with visual reprenstation of ASN.1 objects in a human user interface, like in a tree widget where open/close state of nodes must be remembered.
Constants
Properties
AString displayName
"displayName" contains a human readable explanatory label.
AString displayValue
"displayValue" contains the human readable value.
PRUint32 tag
This contains a tag as explained in ASN.1 standards documents.
PRUint32 type
"type" will be equal to one of the defined object identifiers.
References
This interface is the type of the following properties:
This interface is passed as an argument to the following methods:
Reference documentation is generated from Mozilla's source.
