Click or drag to resize

AggregationHashChainMetadataPaddingTag Class

Padding tag for metadata element
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.ParserTlvTag
    Guardtime.KSI.ParserRawTag
      Guardtime.KSI.SignatureAggregationHashChainMetadataPaddingTag

Namespace:  Guardtime.KSI.Signature
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class PaddingTag : RawTag

The AggregationHashChainMetadataPaddingTag type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyForceTlv16Encoding
Is TLV16 encoding forced when writing the TLV object
(Overrides TlvTagForceTlv16Encoding.)
Public propertyForward
Is tlv forwarded.
(Inherited from TlvTag.)
Public propertyIndex
Padding element index inside the metadata element
Public propertyIsReadAsTlv16
Indicates that TLV element was created using tlv16 encoding
(Inherited from RawTag.)
Public propertyNonCritical
Is tlv tag non critical.
(Inherited from TlvTag.)
Public propertyType
Tlv tag type.
(Inherited from TlvTag.)
Public propertyValue
Get TLV element byte array value.
(Inherited from RawTag.)
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
Return TLV element byte array value.
(Inherited from RawTag.)
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.
(Inherited from RawTag.)
Public methodGetType (Inherited from Object.)
Public methodHasKnownValue
Returns true if value is 01 or 0101
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