Click or drag to resize

TlvTagBuilder Class

Class for building TLV tags based on a given TLV tag.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.ParserTlvTagBuilder

Namespace:  Guardtime.KSI.Parser
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class TlvTagBuilder

The TlvTagBuilder type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAddChildTag
Add child TLV tag to the list of children tags.
Public methodBuildTag
Build new TLV tag as RawTag.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetChildByType
Get the first child TLV tag of a given type.
Public methodGetChildTags
Get all child tags. The returned tags are NOT cloned.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveChildTag
Remove given child TLV tag. Reference equality is used when searching the tag to be removed.
Public methodReplaceChildTag
Replace child TLV tag with given TLV tag. Reference equality is used when searching the tag to be replaced.
Public methodToString (Inherited from Object.)
Top
See Also