Click or drag to resize

KsiSignatureFactory Methods

The KsiSignatureFactory type exposes the following members.

Methods
  NameDescription
Public methodCreate(Byte, DataHash)
Create KSI signature instance from byte array.
Public methodCreate(Stream, DataHash)
Create KSI signature instance from stream.
Public methodCreate(AggregationResponsePayload, DataHash, NullableUInt32)
Create KSI signature instance from aggregation response payload.
Public methodCreate(LegacyAggregationResponsePayload, DataHash, NullableUInt32)
Create KSI signature instance from legacy aggregation response payload.
Public methodCreate(ICollectionAggregationHashChain, CalendarHashChain, CalendarAuthenticationRecord, PublicationRecordInSignature, Rfc3161Record, DataHash)
Create KSI signature instance from tlv tags
Public methodCreateByContent
Create KSI signature instance from byte array.
Public methodCreateSignatureWithAggregationChain
Create KSI signature instance from given signature by adding a new aggregation hash chain as the lowest level chain.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also