Lawo.EmberPlusSharp.Ember Namespace |
Class | Description | |
---|---|---|
BerBoolean | Describes the BER boolean type as specified in "X.690"[1]
, chapter 8.2. | |
BerInteger | Describes the BER integer type as specified in "X.690"[1]
, chapter 8.3. | |
BerOctetstring | Describes the BER octetstring type as specified in "X.690"[1]
, chapter 8.7.
| |
BerReal | Describes the BER real type as specified in "X.690"[1]
, chapter 8.5. | |
BerRelativeObjectIdentifier | Describes the BER relative object identifier type as specified in "X.690"[1]
,
chapter 8.20. | |
BerSequence | Describes the BER sequence type as specified in "X.690"[1]
, chapter 8.9. | |
BerSet | Describes the BER set type as specified in "X.690"[1]
, chapter 8.11. | |
BerUtf8String | Describes the BER UTF8String type as specified in "X.690"[1]
, chapter 8.21.10.
| |
EmberConverter | Provides methods to convert EmBER to XML and XML to EmBER. | |
EmberException | The exception that is thrown when an error occurs while parsing EmBER-encoded data. | |
EmberGlobal | Describes the global type. | |
EmberReader | Represents a reader that provides the means to read BER-encoded input, as specified in
"X.690"[1]
. | |
EmberType | Describes an EmBER type. | |
EmberTypeBag | Represents an unordered collection of EmberType instances. | |
EmberWriter | Represents a writer that provides the means to generate BER-encoded output, as specified in
"X.690"[1]
. | |
InnerNumber | Provides constants for the number of an inner identifier of a EmBER-encoded data value. |
Interface | Description | |
---|---|---|
IEmberConverter | Provides a method to convert EmBER-encoded data to XML. |