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 |
---|---|
ExtenderConfiguration |
Extender.getExtenderConfiguration()
Deprecated.
Deprecated since 4.10. Use
KSIExtendingService.getExtendingConfiguration()
in pair with KSIExtendingService.registerExtenderConfigurationListener(ConfigurationListener) instead.
To acquire the KSIExtendingService which a KSI instance uses, call
Extender.getExtendingService() . |
Modifier and Type | Method and Description |
---|---|
ExtenderConfiguration |
ExtenderPduFactory.readExtenderConfigurationResponse(ServiceCredentials credentials,
TLVElement input)
Reads an extension configuration response.
|
Modifier and Type | Method and Description |
---|---|
static PduFactory |
PduFactoryProvider.withExtenderConfListener(PduVersion pduVersion,
ConfigurationListener<ExtenderConfiguration> extenderConfigurationListener) |
Modifier and Type | Class and Description |
---|---|
class |
ExtenderConfigurationPayload
Extender's configuration response payload element, provides detailed information about
the extender.
|
Modifier and Type | Method and Description |
---|---|
ExtenderConfiguration |
ExtenderPduV2Factory.readExtenderConfigurationResponse(ServiceCredentials credentials,
TLVElement input) |
ExtenderConfiguration |
PduV2Factory.readExtenderConfigurationResponse(ServiceCredentials credentials,
TLVElement input) |
Constructor and Description |
---|
ExtenderPduV2Factory(ConfigurationListener<ExtenderConfiguration> extenderConfigurationListener) |
Modifier and Type | Method and Description |
---|---|
Future<ExtenderConfiguration> |
KSIExtendingService.getExtendingConfiguration()
Makes the client ask for configuration update.
|
Future<ExtenderConfiguration> |
KSIExtendingClientServiceAdapter.getExtendingConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
KSIExtendingService.registerExtenderConfigurationListener(ConfigurationListener<ExtenderConfiguration> listener)
Registers a new
ConfigurationListener <ExtenderConfiguration > for the client. |
void |
KSIExtendingClientServiceAdapter.registerExtenderConfigurationListener(ConfigurationListener<ExtenderConfiguration> listener) |
Modifier and Type | Method and Description |
---|---|
Future<ExtenderConfiguration> |
HAService.getExtendingConfiguration() |
Future<ExtenderConfiguration> |
ExtendingHAService.getExtendingConfiguration()
Invokes a configuration for all the subservices.
|
Modifier and Type | Method and Description |
---|---|
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.