Click or drag to resize

KsiSignature Methods

The KsiSignature type exposes the following members.

Methods
  NameDescription
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 methodExtend(CalendarHashChain, IKsiSignatureFactory)
Extend KSI signature with given calendar hash chain.
Public methodExtend(CalendarHashChain, PublicationRecordInPublicationFile, IKsiSignatureFactory)
Extend signature to publication.
Public methodExtend(CalendarHashChain, PublicationRecordInSignature, IKsiSignatureFactory)
Extend signature to publication.
Public methodGetAggregationHashChains
Get aggregation hash chains list.
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
Get the identity of the signature.
Public methodGetLastAggregationHashChainRootHash
Get last aggregation hash chain output hash that is calculated from all aggregation hash chains
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