KsiService Class |
Namespace: Guardtime.KSI.Service
The KsiService type exposes the following members.
Name | Description | |
---|---|---|
![]() | KsiService(IKsiSigningServiceProtocol, IServiceCredentials, IKsiExtendingServiceProtocol, IServiceCredentials, IKsiPublicationsFileServiceProtocol, IPublicationsFileFactory, PduVersion) |
Create KSI service with service protocol and service settings.
|
![]() | KsiService(IKsiSigningServiceProtocol, IServiceCredentials, IKsiExtendingServiceProtocol, IServiceCredentials, IKsiPublicationsFileServiceProtocol, IPublicationsFileFactory, IKsiSignatureFactory, NullablePduVersion) |
Create KSI service with service protocol and service settings.
|
Name | Description | |
---|---|---|
![]() | AggregatorAddress |
Aggregator address (url or ip)
|
![]() | ExtenderAddress |
Extender address (url or ip)
|
![]() | PduVersion |
PDU format version
|
![]() | PublicationsFileAddress |
Publications file url
|
Name | Description | |
---|---|---|
![]() | BeginExtend(UInt64, AsyncCallback, Object) |
Begin extend to latest publication (async).
|
![]() | BeginExtend(UInt64, UInt64, AsyncCallback, Object) |
Begin extend to given publication (async).
|
![]() | BeginGetAggregatorConfig |
Begin get additional aggregator configuration data (async)
|
![]() | BeginGetExtenderConfig |
Begin get additional extender configuration data (async)
|
![]() | BeginGetPublicationsFile |
Begin get publications file (async).
|
![]() | BeginSign(DataHash, AsyncCallback, Object) |
Begin create signature with given data hash (async).
|
![]() | BeginSign(DataHash, UInt32, AsyncCallback, Object) |
Begin create signature with given data hash (async).
|
![]() | EndExtend |
End extend (async).
|
![]() | EndGetAggregatorConfig |
End get additional aggregator configuration data (async)
|
![]() | EndGetExtenderConfig |
End get additional extender configuration data (async)
|
![]() | EndGetPublicationsFile |
End get publications file (async).
|
![]() | EndSign |
End create signature (async).
|
![]() | Equals | (Inherited from Object.) |
![]() | Extend(UInt64) |
Extend to latest publication (sync).
|
![]() | Extend(UInt64, UInt64) |
Extend to given publication (sync).
|
![]() | Finalize | (Inherited from Object.) |
![]() | GenerateRequestId |
Generate new request ID
|
![]() | GetAggregatorConfig |
Get additional aggregator configuration data (sync)
|
![]() | GetExtenderConfig |
Get additional extender configuration data (sync)
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetPublicationsFile |
Get publications file (sync).
|
![]() | GetSignResponsePayload |
Get sign request response payload (async).
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Sign |
Create signature with given data hash (sync).
|
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | AggregatorConfigChanged |
Aggregator configuration changed event
|
![]() | ExtenderConfigChanged |
Extender configuration changed event
|