Package | Description |
---|---|
com.guardtime.ksi |
KSI API interface
|
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 |
---|---|
AggregatorConfiguration |
Signer.getAggregatorConfiguration()
Deprecated.
Deprecated since 4.10. Use
KSISigningService.getAggregationConfiguration()
in pair with KSISigningService.registerAggregatorConfigurationListener(ConfigurationListener) instead.
To acquire instance of KSISigningService which a KSI instance uses, call
Signer.getSigningService() . |
Modifier and Type | Method and Description |
---|---|
AggregatorConfiguration |
AggregatorPduFactory.readAggregatorConfigurationResponse(KSIRequestContext context,
ServiceCredentials credentials,
TLVElement input)
Reads an aggregation configuration response.
|
Modifier and Type | Method and Description |
---|---|
static PduFactory |
PduFactoryProvider.withAggregatorConfListener(PduVersion pduVersion,
ConfigurationListener<AggregatorConfiguration> aggregatorConfigurationListener) |
Modifier and Type | Class and Description |
---|---|
class |
AggregatorConfigurationPayload
Aggregator's configuration response payload element, provides detailed information about
the aggregator.
|
Modifier and Type | Method and Description |
---|---|
AggregatorConfiguration |
AggregatorPduV2Factory.readAggregatorConfigurationResponse(KSIRequestContext requestContext,
ServiceCredentials credentials,
TLVElement input) |
AggregatorConfiguration |
PduV2Factory.readAggregatorConfigurationResponse(KSIRequestContext context,
ServiceCredentials credentials,
TLVElement input) |
Constructor and Description |
---|
AggregatorPduV2Factory(ConfigurationListener<AggregatorConfiguration> aggregatorConfigurationListener) |
Modifier and Type | Method and Description |
---|---|
Future<AggregatorConfiguration> |
KSISigningClientServiceAdapter.getAggregationConfiguration() |
Future<AggregatorConfiguration> |
KSISigningService.getAggregationConfiguration()
Makes the KSISigningService ask for configuration update.
|
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. |
Modifier and Type | Method and Description |
---|---|
Future<AggregatorConfiguration> |
SigningHAService.getAggregationConfiguration()
Invokes a configuration for all the subservices.
|
Future<AggregatorConfiguration> |
HAService.getAggregationConfiguration() |
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) |
Copyright © 2024 Guardtime. All rights reserved.