Click or drag to resize

ImprintTag Class

Imprint TLV element
Inheritance Hierarchy

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 ImprintTag : TlvTag

The ImprintTag type exposes the following members.

Constructors
  NameDescription
Public methodImprintTag(ITlvTag)
Create new imprint TLV element from TLV element.
Public methodImprintTag(UInt32, Boolean, Boolean, DataHash)
Create new imprint TLV element from data.
Top
Properties
  NameDescription
Public propertyForceTlv16Encoding
Is TLV16 encoding forced when writing the TLV object
(Inherited from TlvTag.)
Public propertyForward
Is tlv forwarded.
(Inherited from TlvTag.)
Public propertyNonCritical
Is tlv tag non critical.
(Inherited from TlvTag.)
Public propertyType
Tlv tag type.
(Inherited from TlvTag.)
Public propertyValue
Get TLV element data hash
Top
Methods
  NameDescription
Protected methodCheckTagType
Checks if TLV tag type is valid and throws a TLV exception if the type is invalid.
(Inherited from TlvTag.)
Public methodEncode
Encode TLV object.
(Inherited from TlvTag.)
Public methodEncodeValue
Encode data hash to byte array.
(Overrides TlvTagEncodeValue.)
Public methodEquals(Object)
Compare TLV element to object.
(Inherited from TlvTag.)
Public methodEquals(TlvTag)
Compare tlv element to tlv element
(Inherited from TlvTag.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Get TLV element hash code.
(Overrides TlvTagGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Convert TLV object to string.
(Inherited from TlvTag.)
Public methodWriteTo
Write TlvTag to stream.
(Inherited from TlvTag.)
Top
See Also