| Package | Description |
|---|---|
| com.guardtime.ksi.pdu |
PDU (Protocol Data Unit) interfaces
|
| com.guardtime.ksi.pdu.v2 |
PDU v2 implementation
|
| com.guardtime.ksi.service |
Classes and interfaces to sign and extend, advanced version
|
| com.guardtime.ksi.service.ha |
High Availability KSI service, combines other services to achieve redundancy
|
| Modifier and Type | Method and Description |
|---|---|
static PduFactory |
PduFactoryProvider.withAggregatorConfListener(PduVersion pduVersion,
ConfigurationListener<AggregatorConfiguration> aggregatorConfigurationListener) |
static PduFactory |
PduFactoryProvider.withExtenderConfListener(PduVersion pduVersion,
ConfigurationListener<ExtenderConfiguration> extenderConfigurationListener) |
| Constructor and Description |
|---|
AggregatorPduV2Factory(ConfigurationListener<AggregatorConfiguration> aggregatorConfigurationListener) |
ExtenderPduV2Factory(ConfigurationListener<ExtenderConfiguration> extenderConfigurationListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
KSISigningClientServiceAdapter.registerAggregatorConfigurationListener(ConfigurationListener<AggregatorConfiguration> listener) |
void |
KSISigningService.registerAggregatorConfigurationListener(ConfigurationListener<AggregatorConfiguration> listener)
Registers a new
ConfigurationListener<AggregatorConfiguration>
for the KSISigningService. |
void |
KSIExtendingService.registerExtenderConfigurationListener(ConfigurationListener<ExtenderConfiguration> listener)
Registers a new
ConfigurationListener<ExtenderConfiguration> for the client. |
void |
KSIExtendingClientServiceAdapter.registerExtenderConfigurationListener(ConfigurationListener<ExtenderConfiguration> listener) |
void |
ConfigurationHandler.registerListener(ConfigurationListener<T> listener)
Registers a new listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SigningHAService.registerAggregatorConfigurationListener(ConfigurationListener<AggregatorConfiguration> listener)
Registers configuration listeners that will be called if this
SigningHAService's configuration changes. |
void |
HAService.registerAggregatorConfigurationListener(ConfigurationListener<AggregatorConfiguration> listener) |
void |
HAService.registerExtenderConfigurationListener(ConfigurationListener<ExtenderConfiguration> listener) |
void |
ExtendingHAService.registerExtenderConfigurationListener(ConfigurationListener<ExtenderConfiguration> listener)
Registers configuration listeners that will be called if this
ExtendingHAService's configuration changes. |
Copyright © 2024 Guardtime. All rights reserved.