IKsiService Interface |
Namespace: Guardtime.KSI.Service
The IKsiService type exposes the following members.
| Name | Description | |
|---|---|---|
| AggregatorAddress |
Aggregator address
| |
| ExtenderAddress |
Extender address
| |
| 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)
| |
| Extend(UInt64) |
Extend to latest publication (sync).
| |
| Extend(UInt64, UInt64) |
Extend to given publication (sync).
| |
| GetAggregatorConfig |
Get additional aggregator configuration data (sync)
| |
| GetExtenderConfig |
Get additional extender configuration data (sync)
| |
| GetPublicationsFile |
Get publications file (sync).
| |
| GetSignResponsePayload |
Get sign request response payload (async).
| |
| Sign |
Create signature with given data hash (sync).
|
| Name | Description | |
|---|---|---|
| AggregatorConfigChanged |
Aggregator configuration changed event
| |
| ExtenderConfigChanged |
Extender configuration changed event
|