IKsiSignature Interface |
Namespace: Guardtime.KSI.Signature
The IKsiSignature type exposes the following members.
| Name | Description | |
|---|---|---|
| AggregationTime |
Get aggregation time.
| |
| CalendarAuthenticationRecord |
Get calendar authentication record.
| |
| CalendarHashChain |
Get calendar hash chain.
| |
| Count |
Get TLV element list size
(Inherited from ICompositeTag.) | |
| Forward |
Is tlv forwarded.
(Inherited from ITlvTag.) | |
| InputHash |
If RFC 3161 record exists then RFC3161 input hash will be returned. Otherwise first aggregation chain input hash will be returned.
| |
| IsExtended |
Returns true if signature contains signature publication record element.
| |
| IsRfc3161Signature |
Returns true if RFC 3161 record exists.
| |
| Item |
Get TLV child object
(Inherited from ICompositeTag.) | |
| NonCritical |
Is tlv tag non critical.
(Inherited from ITlvTag.) | |
| PublicationRecord |
Get publication record.
| |
| Rfc3161Record |
Get RFC 3161 record
| |
| Type |
Tlv tag type.
(Inherited from ITlvTag.) |
| Name | Description | |
|---|---|---|
| Encode |
Encode TLV object.
(Inherited from ITlvTag.) | |
| EncodeValue |
Encode TLV object value.
(Inherited from ITlvTag.) | |
| Extend(CalendarHashChain, IKsiSignatureFactory) |
Extend KSI signature with given calendar hash chain.
| |
| Extend(CalendarHashChain, PublicationRecordInPublicationFile, IKsiSignatureFactory) |
Extend signature to publication.
| |
| Extend(CalendarHashChain, PublicationRecordInSignature, IKsiSignatureFactory) |
Extend signature to publication.
| |
| GetAggregationHashChains |
Get aggregation hash chains list.
| |
| GetChildren |
Get array of child elements.
(Inherited from ICompositeTag.) | |
| GetEnumerator | (Inherited from IEnumerableITlvTag.) | |
| GetIdentity |
Get the identity of the signature.
| |
| GetLastAggregationHashChainRootHash |
Get last aggregation hash chain output hash that is calculated from all aggregation hash chains
| |
| WriteTo |
Write KSI signature to stream.
|