TlvTag Class |
Namespace: Guardtime.KSI.Parser
The TlvTag type exposes the following members.
| Name | Description | |
|---|---|---|
| TlvTag(ITlvTag) |
Create new TLV element from TLV element.
| |
| TlvTag(UInt32, Boolean, Boolean) |
Create new TLV element from data.
|
| Name | Description | |
|---|---|---|
| ForceTlv16Encoding |
Is TLV16 encoding forced when writing the TLV object
| |
| Forward |
Is tlv forwarded.
| |
| NonCritical |
Is tlv tag non critical.
| |
| Type |
Tlv tag type.
|
| Name | Description | |
|---|---|---|
| CheckTagType |
Checks if TLV tag type is valid and throws a TLV exception if the type is invalid.
| |
| Encode |
Encode TLV object.
| |
| EncodeValue |
Encode TLV object value.
| |
| Equals(Object) |
Compare TLV element to object.
(Overrides ObjectEquals(Object).) | |
| Equals(TlvTag) |
Compare tlv element to tlv element
| |
| Finalize | (Inherited from Object.) | |
| GetHashCode |
Get TLV element hash code.
(Overrides ObjectGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Convert TLV object to string.
(Overrides ObjectToString.) | |
| WriteTo |
Write TlvTag to stream.
|
| Name | Description | |
|---|---|---|
| Equality |
Compare two composite element objects.
| |
| Inequality |
Compare two composite elements non equality.
|