Click or drag to resize

AggregationHashChain Methods

The AggregationHashChain type exposes the following members.

Methods
  NameDescription
Public methodCalcLocationPointer
Returns location pointer based on aggregation hash chain links
Public methodStatic memberCalcLocationPointer(AggregationHashChainLink)
eturns location pointer based on aggregation hash chain links
Public methodEncode
Encode TLV object.
(Inherited from TlvTag.)
Public methodEncodeValue
Encode child TLV list to byte array.
(Inherited from CompositeTag.)
Public methodEquals(Object)
Compare TLV element to object.
(Inherited from TlvTag.)
Public methodEquals(TlvTag)
Compare tlv element to tlv element
(Inherited from TlvTag.)
Public methodGetChainIndex
Get chain index values
Public methodGetChainLinks
Get aggregation chain links
Public methodGetChildren
Get array of child elements.
(Inherited from CompositeTag.)
Public methodGetEnumerator
Get Enumerator for TLV composite element.
(Inherited from CompositeTag.)
Public methodGetHashCode
Get TLV element hash code.
(Inherited from CompositeTag.)
Public methodGetIdentity
Returns list of chain link identities
Public methodGetInputData
Get input data bytes if input data exists otherwise null.
Public methodGetOutputHash
Get output hash.
Public methodGetType (Inherited from Object.)
Public methodToString
Convert TLV element to string.
(Inherited from CompositeTag.)
Public methodWriteTo
Write TlvTag to stream.
(Inherited from TlvTag.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Get Enumerator for TLV composite element.
(Inherited from CompositeTag.)
Top
See Also